Releases: wrstudios/reso_transport
Next token param support
Gives the query api a means to set the next
url parameter.
Next link support
For replication apis, it is important to be able to retrieve the "next link". This field is outlined in the odata spec, being available at the root at @odata.nextLink
. We expose this data point in the Query after results are obtained.
Reso Transport Custom Errors
You can now capture custom errors raised for a variety of connection issues. Read the README for more information. Additional context is also attached to these errors where applicable, to make troubleshooting easier.
DataSystem Resiliency
Address an issue when a valid datasystem endpoint exists, and we parse it, raising an error when Resources
do not exist on each element in the value
array.
Localization Support
Add support for grant-type password for oauth authentication and awareness of localizations for resources. Some feeds, like Rapattoni, only allow you to make requests with a url parameter called 'Class'. This is specified in the localizations array for each given resource, provided by the datasystem endpoint. If this datasystem is included as an entity type in the metadata, a request can be made to the datasystem url to discover these required localizations.