Modified reference/SpaceTraders.yaml

This commit is contained in:
SpaceAdmiral 2022-03-09 19:37:49 -08:00
parent 9fc226ba6f
commit 22f57ed265

View File

@ -8,6 +8,10 @@ info:
email: joel@spacetraders.io email: joel@spacetraders.io
license: license:
name: NONE name: NONE
description: |-
SpaceTraders is a unique multiplayer game built on a free Web API. You control a fleets of ships that can explore the universe, mine asteroids, automate trade routes, meet new factions, and discover hidden technology. Put your algorithms to the test during one of our regular competitive seasons or build a client to share with the community.
SpaceTraders is a RESTful API and currently in an alpha stage of development. Join our Discord to learn more.
servers: servers:
- url: 'http://v2-0-0.alpha.spacetraders.io' - url: 'http://v2-0-0.alpha.spacetraders.io'
description: v2.0.0-alpha description: v2.0.0-alpha
@ -1217,4 +1221,7 @@ paths:
description: Retrieve all of your ships. description: Retrieve all of your ships.
components: components:
schemas: {} schemas: {}
securitySchemes: {} securitySchemes:
API Key - 1:
type: http
scheme: bearer