Skip to content

Releases: wrstudios/reso_transport

Next token param support

08 Nov 15:54
Compare
Choose a tag to compare

Gives the query api a means to set the next url parameter.

Next link support

05 Nov 21:55
Compare
Choose a tag to compare

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

24 May 18:15
52a3f3d
Compare
Choose a tag to compare

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

18 May 17:27
24d5c24
Compare
Choose a tag to compare

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

06 May 14:29
fa15372
Compare
Choose a tag to compare

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.