Skip to main content

· One min read

A logical error in the PHP SDKs being generated lead to a variable, _httpContext, being undefined in some cases. This resulted in a Fatal error when an APIException was expected to be thrown.

Please regenerate your PHP SDK to get the bug fix.

· One min read

A circular reference problem was fixed in the Python SDKs. This should have only existed if your API description had a DateTime property in a model.

Please regenerate your Python SDK to get the bug fix.

· One min read

An unexpected additional ')' existed in the generated Ruby code if the SDK had a Datetime property in a model. The syntax error was eliminated by removing this bracket.

Please regenerate your Ruby SDK to get the bug fix.

· One min read

Today, we are announcing a major revamp of our AngularJS SDK Code Generation, which includes

  • Improvement in JS code styling.
  • Enforce usage of AngularJS's own dependency injection system and avoid creating globals.
  • Wrapping all code in IIFE to avoid polluting global namespace.
  • All code is now minification safe.

· One min read

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