Client
Overview
The SpinShare client is used to download and extract charts from SpinShare. It is a seperate downloadable installer file that is available on the SpinShare website.
Information
Not all platforms are updated at the same time. Sometimes it can take a few hours to a few days once every platform is available.Platform | Description |
---|---|
win32 | Windows (32bit and 64bit) |
darwin | Mac OS |
Get Latest Version
Get's the latest version of the SpinShare Client for a set platform.
Method | GET |
---|---|
Endpoint | /latestVersion/platform |
Output Body
{ "version": 1, "status": 200, "data": { "id": 1, "uploadDate": { "date": "2021-02-23 20:35:22.000000", "timezone_type": 3, "timezone": "Europe/Berlin" }, "stringVersion": "2.5.0", "majorVersion": 2, "minorVersion": 5, "patchVersion": 0, "platform": "win32", "path": "https://spinsha.re/uploads/client/SpinShare_win32_2_5_0.exe" } }
Output Body (Not Found)
{ "version": 1, "status": 404, "data": [] }