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
- All existing transforms (snake_case ↔ camelCase) work automatically with custom fetch
108
+
- Retry logic and error handling are preserved
109
+
- File uploads work with custom fetch implementations
110
+
- The custom fetch function should handle FormData for multipart uploads
111
+
- Timeout parameter is optional and up to your custom implementation
112
+
41
113
## Development and Testing
42
114
43
115
Instead of having an example app in the repository to assist development and testing, we have included [ts-node](https://github.com/TypeStrong/ts-node) as a dev dependency. This allows us to have a scratch file locally that can import and utilize the API while developing or reviewing pull requests without having to manage a separate app project.
0 commit comments