nasa / utm-apis

The collection of APIs for NASA's UTM project in the form of OpenAPI documents.
55 stars 35 forks source link

Sorry, we can't find utm / uss / v4 #164

Closed shortwavedave closed 4 years ago

shortwavedave commented 4 years ago

Have the api specs moved off of swagger hub? I get this error when trying to access any of the specs on https://app.swaggerhub.com/organizations/utm

for example: https://app.swaggerhub.com/apis/utm/uss/v4

image

nasajoey commented 4 years ago

We ended our subscription on swagger hub, and consider the github repository the current truth for the NASA UTM APIs.

nasajoey commented 4 years ago

Note, we've found that editor.swagger.io provides good functionality for web-accessible documentation in the short term:

http://editor.swagger.io/?url=https://raw.githubusercontent.com/nasa/utm-apis/master/uss-api/swagger.yaml

you can replace that url target parameter with any raw version of the APIs that find here on github.

shortwavedave commented 4 years ago

thanks @nasajoey