forked from rosette-api/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Christopher Park edited this page Jun 22, 2016
·
13 revisions
These are modifications since the previous release that require changes in your calls to the binding.
- Binding reflects unification of
/entitiesand/entities/linkedendpoints;/entitiesreturns a new response model which includes QIDs by default - get_linked_entities method and resolve_entities parameter are not available anymore (use get_entities instead)
- linkEntities option is available to turn off QIDs through
api.rosette_options = { linkEntities: false }
- Get/Set options
- No more info calls to check version
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 filter to prevent internal-use parameters from being included in the JSON parameters being sent to the server