-
Notifications
You must be signed in to change notification settings - Fork 11
Release Notes
fhasanaj edited this page Jun 2, 2016
·
30 revisions
These are modifications since the previous release that require changes in your calls to the binding.
- Binding reflects unification of '/entities' and '/entities/linked' endpoints; '/entities' returns 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.