can_92
can_92

Reputation: 53

difference between Flask-RESTful and Flask-RESTx

What is the difference between Flask-RESTful and Flask-RESTx? Is it more advantageous to use Flask-RESTx instead of Flask-RESTful?

Upvotes: 4

Views: 3932

Answers (1)

George Imerlishvili
George Imerlishvili

Reputation: 1957

the main difference between Flask-RESTx and Flask-RESTful is that Flask-RESTx supports auto-generated Swagger documentation. i think there are no other noticeable differences.

Upvotes: 7

Related Questions