When creating an API with Flask, the flask_restful extension can be used to create RESTful APIs using ________.

  • Endpoints
  • RESTify
  • Resources
  • Routes
When developing RESTful APIs with Flask, developers can use the flask_restful extension to create RESTful APIs using "Resources." Resources in Flask-RESTful are classes that define the operations (HTTP methods) that your API supports. These classes can be used to define the endpoints and their functionality.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *