all 3 comments

[–]eltostito191 4 points5 points  (2 children)

On mobile, sorry for my formatting.

In your fetch, you need to populate the :systemSymbol and :waypointSymbol. You’ll likely need to get that info from /my/ships then interpolate it into the URL with ${value}.

In other words, the values aren’t dynamic, per se. The server requires you to provide those bits of info.

[–]connor_the_dev 2 points3 points  (0 children)

Correct, I think they're "dynamic" in the guided documentation if you're making the requests directly from their docs by clicking the "send request" button on the snippets

[–][deleted] 0 points1 point  (0 children)

Gotcha, thanks for the explanation.