rest_api_demo
rest_api_demo copied to clipboard
Boilerplate code for a RESTful API based on Flask-RESTPlus
refer to: https://stackoverflow.com/questions/66647787/attributeerror-cant-set-attribute-when-connecting-to-sqlite-database-with-flas sqlalchemy version should be set as 1.3.x, rather than 1.4.x by default now
refer to: https://stackoverflow.com/questions/66647787/attributeerror-cant-set-attribute-when-connecting-to-sqlite-database-with-flas sqlalchemy version should be set as 1.3.x, rather than 1.4.x by default now (venv) wuwenxiangs-MacBook-Pro:rest_api_demo wuwenxiang$ python rest_api_demo/app.py 2021-08-11 05:56:50,154 - __main__ - INFO - >>>>> Starting...
Hi! I'm following this [tutorial](http://michal.karzynski.pl/blog/2016/06/19/building-beautiful-restful-apis-using-flask-swagger-ui-flask-restplus/) but I have a problem with the API pagination. Although the pagination data is appearing, the data fields don't. Do you have any idea what...
Hi, Thank you for program, but i have a problem, i want to deploy in server but i am not sure what configuration i to do, can you help please.
When trying to click on an operation (for example "get posts") Swagger is not able to expand the details, but seems to try to open an non-existant URL: http://localhost:8888/api/#!/blog%2Fposts/get_posts_collection 
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...