SpaceTradersAPI / api-docs

The API documentation for the SpaceTraders API
143 stars 36 forks source link

Better Dynamic Respone Generation #52

Closed arihant2math closed 11 months ago

arihant2math commented 1 year ago

Link So stoplight supports faker, which is immensely useful when writing sanity testing my sdk, as I can do it without having to go through the mess of setting up a secret for CI/CD or worrying about not being able to perform an action because I don't have the actual capability. However, I am unable to test waypoint symbols because, well, I parse them. So it would be cool if the dynamic response generation for waypoints could be either locked to a singular waypoint or set to a random list of them.

space-admiral commented 1 year ago

Ah yes that does sound helpful! Do you want to submit a PR for what this might look like? I don't see any issues with merging in a PR that helps improve the faker generated data.