If you have WADL/WSDL files with references to external schema files that exist relative to your root file, then you can import/convert them successfully. These files may be accessible by URL or a ZIP file.
58 posts tagged with "New Feature"
View All TagsMultiple Datetime Formats in SDKs
We have now added support for multiple datetime formats in our SDKs. The following formats are supported:
- RFC1123 Datetime
(Mon, 15 Jun 2009 20:45:30 GMT)
- RFC3339 Datetime
(2016-03-13T12:52:32.123Z)
- Unix Timestamp
(1480809600)
NodeJS SDKs Now Have Retries
Node JS SDKs now come with retries for requests. We allow retries for the following cases:
- GET requests only.
- General connection errors.
- Timeout errors.
- DNS address resolution failure errors.
Re-generate your Node JS SDKs now to get this new feature.
Exception Classes Added in Node SDKs
Exception Classes support has been added to Node SDKs. Generate your SDK again to get this new feature!
Global Errors Implemented In Node SDKs
NodeJS SDKs now have both Local(endpoint specific) and Global Level (API specific) errors implemented as specified in the API Descriptions.
Logging in SDKs
SDKs generated by APIMATIC now support logging events!
Multiple Base URLs Now Supported
You can now use multiple base URLs in your API description using the new Server Configuration. This feature allows you to
- Vary the Base URL between endpoints.
- Create multiple Environments and define different Base URLs for them.
- Templatize Base URL to allow for configuration using parameters in the client.
We now have a changelog!
Starting today, we are going to maintain an awesome Changelog for APIMATIC. :)
Follow this changelog to stay up-to-date with
- New Features
- Bug Fixes
- Improvements