If the required
property is skipped while defining a Model Object in Swagger 1.2 we now assume all properties as optional by default
Model Properties Will Be Optional By Default In Swagger 1.2 Import
· One min read
If the required
property is skipped while defining a Model Object in Swagger 1.2 we now assume all properties as optional by default
When defining the Parameter Object
in Swagger v1.2 or v2.0, they asssume default value for required
property as false
. We were previously keeping the default value for it to be true
but now we conform strictly to the Swagger specification.
APIMATIC's PHP SDKs are now compliant with the PSR-2 Coding Style Guide
Re-generate your PHP SDKs now for the new changes.
Code styling within NodeJS SDKs is now improved.
For everyone using our Node SDK with Superagent
as the HTTP Client, there was a bug in the handling of response when response type is binary
. It has been fixed so you can get the bug-fix by generating the SDK again.
Today, we are announcing a major revamp of our AngularJS SDK Code Generation, which includes