This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
2.0.0
What's Changed
- Search now supports pagination
Any usage of Service.search
must be updated to account for the changed return value of the method. Previously a promise resolving to an array of resources was expected, whereas now you can expect an object containing two keys: results
which mirrors the previous return value, and next
which is a token that can be passed to search
to paginate through results.