From 6e198f34a40c2aa9cc2aae64e07b0e8fdfde0747 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Thu, 10 Mar 2022 20:29:51 -0800 Subject: [PATCH] Modified docs/alpha.md --- docs/alpha.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/alpha.md b/docs/alpha.md index 08038ef..2a4c8fe 100644 --- a/docs/alpha.md +++ b/docs/alpha.md @@ -152,8 +152,18 @@ Static game data can be queried and should be cached using the `/game/data` endp If you are ready to dive in, just hit the endpoint to register as a new agent. Don't worry too much about account creation right now - temporary accounts will be setup when creating a new agent. We will likely still be doing hard resets during the alpha. -```bash -https POST v2-0-0.alpha.spacetraders.io/agents symbol=YOUR_SYMBOL faction=COMMERCE_REPUBLIC +```json http +{ + "method": "POST", + "url": "https://v2-0-0.alpha.spacetraders.io/agents", + "headers": { + "Content-Type": "application/json" + }, + "body": { + "symbol": "YOUR_SYMBOL_HERE", + "faction": "COMMERCE_REPUBLIC" + } +} ``` When starting a new game, you'll have a command ship to fly around and a contract with the Commerce Republic that you can accept for some credits. Try completing the contract, or just fly around and begin trading and exploring. You can also purchase some low-upkeep drones to begin automating trade routes.