https://github.com/postrational/rest_api_demo
Boilerplate code for a RESTful API based on Flask-RESTPlus
https://github.com/postrational/rest_api_demo
Last synced: about 1 year ago
JSON representation
Boilerplate code for a RESTful API based on Flask-RESTPlus
- Host: GitHub
- URL: https://github.com/postrational/rest_api_demo
- Owner: postrational
- License: other
- Created: 2016-06-19T19:17:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T23:49:28.000Z (over 3 years ago)
- Last Synced: 2025-03-29T21:07:42.229Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 320
- Watchers: 10
- Forks: 160
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rest_api_demo
=============
This repository contains boilerplate code for a RESTful API based on Flask and Flask-RESTPlus.
The code of this demo app is described in an article on my blog:
http://michal.karzynski.pl/blog/2016/06/19/building-beautiful-restful-apis-using-flask-swagger-ui-flask-restplus/