-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes
Christopher Park edited this page Oct 24, 2017
·
10 revisions
These are modifications since the previous release that may require changes in your calls to the binding.
- New topics endpoint
- New topics example
- Added transliteration endpoint
- Added name_deduplication endpoint
- order of Api arguments changed, custom-header moved after url
- url-parameter (optional) argument added to Api to allow specification of query parameters
These changes should not require modifications to your bindings calls, but represent major internal changes, often correlating to Rosette API functional changes indicated here.
- Added topics to api
- Updated README
- added setUrlParameter logic to multipart handling
- refactor of internal code to reduce duplication and move error checking higher