Skip to main content

62 posts tagged with "New Feature"

View All Tags

· 4 min read

For the past few months, we have been hard at work improving API Transformer to give our users good quality output for any of their conversions. This changelog highlights all improvements made and new features added which we plan to release in a few weeks from now. To get full advantage of these improvements, some of the users who import from various formats like OpenAPI/Swagger, API Blueprint, etc. may need to regenerate their portal/SDKs.

· 2 min read

We've rewritten our Developer Experience portal and are releasing it as a major version. The new version introduces several new features in addition to bug fixes to some long-standing issues.

Check out the changes and how to migrate to the new portal.

· 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.