Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Releases: SydneyUniLibrary/sierra-record-id

Support v5 API URLs

10 Dec 05:54
82b1f6c
Compare
Choose a tag to compare
Support v5 API URLs Pre-release
Pre-release

Version 5 of the Sierra API did not introduce any changes to record ids, except the v4 part becomes v5.

New RelativeV5ApiUrl extends RelativeV4ApiUrl and new AbsoluteV5ApiUrl extends AbsoluteV4ApiUrl.

The existing record type can be converted to and from the new v5 API URL types.

New class-based API

19 Nov 08:30
1af6d92
Compare
Choose a tag to compare
New class-based API Pre-release
Pre-release

The API has been completely re-written to be a hierarchy of classes.

The API should be more stable now. I don't expect any more radical re-writes. 😀

convertToAsync is still not implemented. So we still cannot convert to or from database ids for virtual records. 😞

Initial release

04 Nov 07:44
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Functional, except convertAsync is not implemented.
API is still experimental and is subject to (possibly radical) change.