get https://api.movintracks.io/v:version/sdks
Gets all SDKs
Gets the SDKs available for download. There are filters available:
- latest=[True, False]
- platform=[ios, android, cordova]
Case sensitive!
Filter parameter values (e.g. True, False, ios) are case sensistive.
You can also order the elements by any of these fields:
- id
- platform
- version_major
- version_minor
- version_patch
For example, with httpie:
$ http https://api.movintracks.io/v2.0/sdks?order=-version_major,-version_minor,-version_patch "Authorization: Bearer ..."
You can get only the latest version for all platforms with ?latest=True
$ http https://api.movintracks.io/v2.0/sdks?latest=True