nationalparkservice / nps-api-samples

Sample Code using calls to the NPS API
32 stars 9 forks source link

What tech did you use for your API documentation site? #5

Closed kscoulter closed 9 months ago

kscoulter commented 9 months ago

Hi there, not really an issue with this repo, but I was hoping to learn what tech you used for https://www.nps.gov/subjects/developer/api-documentation.htm

Helping build a developer portal for another government agency, and I was curious.

Thanks! Sorry, but I didn't know where else to put this :)

tamills commented 9 months ago

Hi, @kscoulter

The api-documentation.htm page was created with the Swagger Editor and Swagger UI tools (cf. https://swagger.io/tools/).

There may also be extensions in VS Code (for example) which can generate the equivalent, but I don't have first-hand knowledge of any specific ones which I can recommend.

kscoulter commented 9 months ago

Thanks!