mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 14:20:51 +01:00
update: switch to /v2 url path
This commit is contained in:
parent
b039e04a0f
commit
7e282138ee
@ -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.
|
||||
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user