Forum Discussion

ericg97477's avatar
ericg97477
Occasional Contributor
6 years ago

Good server solutions?

The official solution for what I am looking for is SwaggerHub. 

 

I believe another roughly equivalent solution would be FastAPI ( https://fastapi.tiangolo.com ). Another would appear to be https://marcgibbons.com/django-rest-swagger/ 

 

What I like about these solutions is that they are free and python based.

 

I would like to be able to use SwaggerHub, but I simply do not have the funds to do so.

 

Are there any other popular and well-maintained python based solutions that I could consider?

 

 

6 Replies

  • SwaggerHub is a collaborative platform for API design, it's not a server application to run your API.

     

    The other two projects that you shared are actual code libraries you can use with/for your application.

     

    I can't speak for those libraries as I'm not a Python developer, but I know that https://github.com/zalando/connexion is a well-maintained project you may want to consider.

    • ericg97477's avatar
      ericg97477
      Occasional Contributor

      Ok. I guess I have misunderstood what SwaggerHub does. Is there an official solution for what connexion offers?