You can now set Composer Package Name for PHP SDKs being generated.
This will affect the name
generated in the composer.json
file. Leaving it empty will generate the a fallback package name based on your API name.
You can now set Composer Package Name for PHP SDKs being generated.
This will affect the name
generated in the composer.json
file. Leaving it empty will generate the a fallback package name based on your API name.
Improvements have been made to WSDL import by fixing minor bugs, adding new features, and improving on the existing ones in an effort to make it more compliant with the official W3C specification
We have changed the structure of the Angular SDK to break cyclic dependencies. Due to this, the following changes have been made:
ObjectMapper.js
and ModelFactory.js
to the SDK.BaseModel
is now being used to assign values to model properties (when model class is directly instantiated)BaseController
has been added to the SDK.Please generate your SDK again to get the improved code.
Good news! You can now export your existing API description files to WSDL. The generated WSDL can be utilized in generating server interfaces using VS developer tools in addition to other benefits. The WSDL generated follows the WSDL 1.1 format specified at https://www.w3.org/TR/wsdl.
Since we're always working on improving our generated SDK's, today we're announcing some major work done on the Angular.js SDK.
jshint <folder-name-to-lint>
.Please generated your SDK again to get the standard compliant code.
Now you can upload a ZIP file containing your Postman Collection file along with any Postman Environment Files. That way we will extract values for your environment variables from the Environment files and give a better output during conversions on the Transformer or when importing APIs to your Manage APIs page. Support for Postman data dump files has now been added as well.
We've made an improvement to how model properties are now generated in the code. The generated SDK now contains both camel case-d version of the property name and the actual property name (where applicable).
Read on to find more details about the change.
Please generate your SDK again to get the improved code.
NodeJS SDKs will now return promises in endpoint calls, as an alternative to accepting callbacks.
Re-generate your NodeJS SDK to get the new Promise-enabled SDK implementation now.
NodeJS SDKs can now optionally preserve additional properties returned in the response. This setting can be enabled via Settings > CodeGen Settings
page in the API editor and turning on the Enable Additional Model Properties
flag.
We have changed the structure of the SDK to break cyclic dependencies. Due to this, the following changes have been made:
ObjectMapper.js
and ModelFactory.js
to the sdk.BaseController
has changed to use ObjectMapper
.BaseModel
is now being used to assign values to model properties (when model class is directly instantiated)BaseController
is not being exposed by the API Client now.Please generate your SDK again to get the improved code.