Skip to main content

56 posts tagged with "New Feature"

View All Tags

· One min read

Our GO SDK has been revamped pertaining to multiple bug fixes and new features.

  • It now supports OAuth 2.0 Bearer Token for authentication in the generated SDKs.
  • It now has a base client that can be used as a single point of entry for the SDK.
  • The singleton architecture for clients has been removed to ease up the use in multiple user environments.
  • Numerous bug fixes and improvements.

· One min read

A property is nullable if it allows sending null (in case of JSON/YAML, etc.) or nil (in case of XML) as value. Several API description formats like Open API, RAML, etc. has support for nullable properties. Transformer now also supports this property and you can convert between different formats without losing this information.

· 2 min read

Several API description formats like Swagger, RAML, WSDL, WADL, etc. support various kinds of validation keywords to restrict and validate instance values based on their type. Support for these validation keywords has now been added to Transformer. You can now convert between any of these formats without losing information for these keywords.

· One min read

We have now added support for multiple datetime formats in our PHP 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