From 7e282138eeadc8e4605536ced6a49fe28a84b5f8 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Thu, 13 Apr 2023 13:23:34 -0700 Subject: [PATCH] update: switch to /v2 url path --- docs/overview.md | 2 +- reference/SpaceTraders.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 392e0a7..68c4817 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -1,4 +1,4 @@ -# SpaceTraders API +# Getting Started SpaceTraders is an API-based game where you acquire and manage a fleet of ships to explore, trade, and fight your way across the galaxy. diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index d2571c5..6b24979 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -5,7 +5,7 @@ "email": "joel@spacetraders.io", "name": "Joel Brubaker" }, - "description": "SpaceTraders is an open-universe game and learning platform that offers a set of HTTP endpoints to control a fleet of ships and explore a multiplayer universe.\n\nThe API is documented using [OpenAPI](https://github.com/SpaceTradersAPI/api-docs). You can send your first request right here in your browser to check the status of the game server.\n\n```json http\n{\n \"method\": \"GET\",\n \"url\": \"https://v2.api.spacetraders.io\",\n}\n```\n\nUnlike a traditional game, SpaceTraders does not have a first-party client or app to play the game. Instead, you can use the API to build your own client, write a script to automate your ships, or try an app built by the community.\n\nWe have a [Discord channel](https://discord.com/invite/jh6zurdWk5) where you can share your projects, ask questions, and get help from other players.\n\n\n", + "description": "SpaceTraders is an open-universe game and learning platform that offers a set of HTTP endpoints to control a fleet of ships and explore a multiplayer universe.\n\nThe API is documented using [OpenAPI](https://github.com/SpaceTradersAPI/api-docs). You can send your first request right here in your browser to check the status of the game server.\n\n```json http\n{\n \"method\": \"GET\",\n \"url\": \"https://api.spacetraders.io/v2\",\n}\n```\n\nUnlike a traditional game, SpaceTraders does not have a first-party client or app to play the game. Instead, you can use the API to build your own client, write a script to automate your ships, or try an app built by the community.\n\nWe have a [Discord channel](https://discord.com/invite/jh6zurdWk5) where you can share your projects, ask questions, and get help from other players.\n\n\n", "license": { "name": "No Permission", "url": "https://choosealicense.com/no-permission/" @@ -21,7 +21,7 @@ "servers": [ { "description": "v2", - "url": "https://v2.api.spacetraders.io" + "url": "https://api.spacetraders.io/v2" } ], "tags": [