-
## **tldr; reset is a feature not an HTTP error, should be treated like one**
In requests that contain a Token, but are for invalid game versions, return a friendly error message letting users know…
-
To create an agent/account the request body requires an initial faction to be specified but the API endpoint to list factions is gated by auth.
-
Apex says "also I noticed the planet im buying from (OE-NY) only has 357 rare metals but I can buy 999, nothing goes negative but its not limiting the over buy"
-
https://github.com/SpaceTradersAPI/api-docs/blob/03052562d6d19a635c37de8eeb66514544157ab2/reference/SpaceTraders.yaml#L2971 is a duplicate of https://github.com/SpaceTradersAPI/api-docs/blob/03052562d…
-
The ship scan endpoint used in `quickstart.md` (`https -A bearer -a $apiToken POST $apiUrl/my/ships/$shipSymbol/scan/waypoints`) does not appear in the API doc `SpaceTraders.json`.
On the v2.api ru…
-
Add simple shortcodes in json errors so that they now have 3 properties: the id: 404/401, the text message, and a shortcode like "INVALID_TOKEN" or "NO_TOKEN" for easier parsing on clients and also al…
-
### Subject
When the Retry-After header contains a float, for example "0.503", then parse_retry_after raises an invalid header error.
### Environment
OS Windows-10-10.0.19045-SP0
Python 3.10…
-
game - Use to determine whether the server is alive
https://api.spacetraders.io/game/status
Expected response
```
{
"status": "spacetraders is currently online and available to play"
…
-
https://github.com/SpaceTradersAPI/awesome-spacetraders
People are asking about your SDK on Reddit
-
A minor typo exists in the command to find nearby planets=> there is an extra equals sign.
*Currently* it is set to
`https GET api.spacetraders.io/game/systems/OE/locations token==$token \
type…