Forum Discussion

ann1234's avatar
ann1234
Occasional Contributor
8 months ago

Latest swaggerhub version

Hi. how can i take latest api's version from swaggerhub?

3 Replies

  • chichepo's avatar
    chichepo
    Champion Level 3

    Hi ann1234  

    The API versionning, if not managed on GIT or whatever else source control, is "Manual" and depending on your project versionning convention.

    Are you looking for something more specific?

     

      • chichepo's avatar
        chichepo
        Champion Level 3

        ann1234 

        You can always try to download the given file from the SwaggerHub export menu.
        First, I would suggest to check the "Created" and the "Last saved" dates to get the relevant one:


        Another way could be to use the API registry here to get the whole list of versions and the file you want to use.
        By the way, you can use the swaggerHub-Cli to manipulate it (here)

        Let us know