Differences from Prior Versions
There may be several notable differences between different versions of Slingshot API. For example, the current version has a number of changes in comparison to previous versions.
Several of these changes are listed below:
- Using the pageSize HTTP query parameter, it is now possible to retrieve a complete paged result set.
- Requests for an invalid URI return an HTTP 404 result. The prior verison of the API returned an HTTP 500 result.
- This release implements a subset of the prior API release's functionality (i.e. only the API calls documented herein have been implemented and are available for use).
- Call throttling has been implemented. Exceeding 15 API requests in any 30 second window will result in the return of an HTTP 429 result.