·
121 commits
to main
since this release
Patch Changes
- [CHANGED] response type of HTTPClient to
Promise<any>. Previously it wasPromise<true> | SdkHttpError, which was making it impossible the use of anaxioswith themiddlewareModule. Now, it more flexible and can be used with any HTTP client.