flask-rest icon indicating copy to clipboard operation
flask-rest copied to clipboard

Simple Flask extension for providing RESTful APIs.

Results 2 flask-rest issues
Sort by recently updated
recently updated
newest added

Seriously GET /books/new to create a book instead of POST /books?? Sorry guys but you have to read more about the REST architectonic style, try google.

Hi, thanks for your work, but without docs or examples, it's really hard to figure out how to use this with my projects. could you please give me some examples?