Based on the various feedbacks given to us, we have enhanced our error messages shown on the API Portal visible to the users while making API calls via the API code playground. This release improves the message content by adding some more useful information to the older error message.
78 posts tagged with "Improvement"
View All TagsImprovements To The Existing Support for Request Body Content-Type
We have added some improvements to our existing support for how request body Content-Type
headers were handled during import. These changes can reflect in your output for SDK/portal generation or API transformations.
Improved OAuth 2.0 Authorization Code Grant Flow
The OAuth 2.0 authorization code grant flow in the API Portal has been improved to make it more comprehensive and user-friendly. This includes introducing cancellable actions, access token visibility and updates to the UI for selecting scopes or resetting the token.
Improvements and Changes to Validation Messages
Based on internal and customer feedback, we have revamped our validation messages shown to users during import or generation of artifacts like SDKs/Portal, etc. This release improves message content, introduces a couple of new validation messages and changes severity of some of the older messages.
Revamped PHP SDKs as Immutable Clients, Added Support for PHP 8.0
APIMatic's PHP SDKs have been refactored to immutable clients and now support PHP 8.0 with updated dependencies. All static analysis and linting issues have been resolved, support for optional and nullable has been added along with a new restructured authorization flow, and much more.
OpenAPI v2.0 and v3.0 Importers See Major Revamp
Our OpenAPI importers (both v2.0 and v3.0) have undergone a complete overhaul that includes some major performance improvements, bug fixes and other refinements.
Response Information Now Better Represented In Exported WADL
Information about array responses or primitive type responses was being incorrectly represented or entirely missed. We have released some fixes to improve on this.
Some Improvements to Postman Import/Export to be Released Soon
Improvements have been made to Postman import/export of versions 1.0
, 2.0
that are expected to be released in the coming few days.
Improvements in Blocking API Calls in Java
We've made several improvements to our Java SDK, resulting in considerable resource savings and speed-up, in case of blocking API calls. To benefit from these improvements, please generate your SDKs again.
Token Refresh on Expiry in OAuth 2 Client Credential Flow
We've updated our SDKs that use OAuth 2 Client Credential Flow to enable automatic re-authorization of the client when the OAuth token is expired.