You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve API compatibility issues found in integration tests
Based on actual API testing:
1. Fixed invalid preset value:
- Removed 'email' preset (not supported by API)
- Changed test to use 'phone-number' instead
- Updated documentation to remove 'email' from valid presets
2. Fixed optimize_pdf implementation:
- API was rejecting our optimize output format
- Now correctly passes options dict or True based on parameters
- Prevents invalid API request structure
These changes address the actual API contract requirements discovered
through live testing with the updated API key.
0 commit comments