Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Getting Started" kinda unclear about how to buy ship #83

Open
globalworming opened this issue Dec 5, 2023 · 1 comment
Open

"Getting Started" kinda unclear about how to buy ship #83

globalworming opened this issue Dec 5, 2023 · 1 comment

Comments

@globalworming
Copy link

I am currently going through https://docs.spacetraders.io/quickstart/purchase-ship

it states

Look for a waypoint with the SHIPYARD trait. [...] Take note of the symbol for the orbital station waypoint that has a shipyard, which you can use to purchase a mining drone.
To view the ships available for purchase at a shipyard, send the following request. You will notice that there is a mining drone available for purchase, which can help you fulfill your starting contract.

so my expectation is

  • find all waypoint with shipyards
  • find one of type "orbital"
  • list ship types
  • ship types MUST contain one of type "mining drone"

from what I observed, this isn't necessarily true, sometimes the "mining drone" isn't available in the "orbital" but e.g. "moon"

curl 'https://api.spacetraders.io/v2/systems/X1-RA81/waypoints?traits=SHIPYARD'
--header 'Authorization: Bearer eyJhbGci[...]

[...] "systemSymbol":"X1-RA81", "symbol":"X1-RA81-H59", "type":"MOON", [...]

curl 'https://api.spacetraders.io/v2/systems/X1-RA81/waypoints/X1-RA81-H59/shipyard'
--header 'Authorization: Bearer eyJhbG[...]

[...] "data":{"symbol":"X1-RA81-H59", "shipTypes":[{"type": "SHIP_SURVEYOR"}, {"type": "SHIP_MINING_DRONE" [...]

is it intended that any of the shipyards may contain the "mining drone", and if yes, could you please update the "getting started" to make that more clear?

@space-admiral
Copy link
Contributor

Thanks for posting, you are right, the guide needs to be updated with some recent changes to the starting system. Really appreciate you catching this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants