#
flask-restful
Here are 694 public repositories matching this topic...
Flask + Vue JS Template
-
Updated
Jun 6, 2020 - Python
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
-
Updated
May 4, 2020 - Python
flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
docker
flask
drone
docker-compose
office
python3
unittest
flask-api
flask-restful
flask-celery
flask-yaml
-
Updated
Jul 7, 2020 - Python
SqlAlchemy Flask-Restful Swagger Json-API OpenAPI
flask
json
sqlalchemy
json-api
rest-api
swagger
openapi
python3
flask-sqlalchemy
flask-restful
openapi3
-
Updated
Jul 7, 2020 - Python
-
Updated
Feb 3, 2020 - Python
Open
Video Embedding
1
DonaldTsang
commented
Apr 3, 2019
A feature both OpenIB and Lynxchan has.
Flask Blueprints app with Orator ORM for Laravel's Eloquent lovers and not only for them
-
Updated
May 8, 2017 - Python
Building web project framework with flask. Modular design, supporting data migration, banner, interceptor, exception handling, JSON transformation, swagger, celery, flask configuration expansion, etc.
mysql
dockerfile
flask
swagger
flask-application
sqlite3
python27
migrate
flask-api
flask-sqlalchemy
flask-restful
-
Updated
Nov 23, 2019 - Python
Random Geek Jokes REST API
-
Updated
Jun 8, 2020 - Python
Dockerize and deploy machine learning model as REST API using Flask
-
Updated
Apr 18, 2020 - Python
Template for flask-restful api project
-
Updated
Feb 19, 2018 - Python
A comprehensive template for flask based projects
python
template
flask
boilerplate
python3
marshmallow
template-project
boilerplates
flask-boilerplate
flask-sqlalchemy
flask-restful
flask-apispec
-
Updated
Jul 8, 2020 - Python
Flask Restful example project
-
Updated
Jun 26, 2020 - Python
roshnet
commented
Dec 7, 2019
@sebastiandev this project is the kind what I've been looking for since long.
Still, it would be nice if there is a CONTRIBUTING file in the project.
Also, more examples in the documentation would be nice!
Cheers,
@roshnet
基于Python3+Flask二次开发的应用层框架
bootstrap
flask
highcharts
jinja2
fabric
python3
wtforms
httpie
flask-script
flask-login
flask-admin
flask-restful
sb-admin-2
startbootstrap-sb-admin-2
flask-mongoengine
python3-flask
flask-bcrypt
qingmi
-
Updated
Jun 30, 2020 - Python
TCMB'dan Tüm Döviz kurlarını alan Python 3 kodu - Rest Api - Flask
-
Updated
May 25, 2020 - Python
API endpoints for working with EVE Prosper data sources
-
Updated
Jan 21, 2019 - Python
This is boilerplate template for a Python Flask application with things you need to get started.
redis
flask
mongodb
queue
postgresql
swagger
flask-server
flask-sqlalchemy
flask-restful
flask-api-rest
-
Updated
Oct 21, 2019 - Python
Start a REST API's using Flask in 30 sec. One-click deploy to Heroku Server (free) & integrated with Gitpod.
heroku
template
flask
boilerplate
rest
boilerplate-template
template-project
flask-api
python-flask
boilerplate-application
flask-restful
gitpod
gitpod-io
gitpod-boilerplate
template-flask
-
Updated
Jul 1, 2020 - Python
du2x
commented
Feb 20, 2018
Open
better logging
2
An API Rest with Flask and MongoEngine
-
Updated
Dec 10, 2018 - Python
Flap is a simple utility for bootstrapping Flask projects. In other words, it is the poor mans equivalent of Create React App for Flask.
-
Updated
Jan 13, 2020 - Python
Flask App to scrape hrefs from websites and validate links
-
Updated
May 11, 2020 - HTML
spokzers
commented
Oct 24, 2019
pagination schema should be configurable as per user requirements
example:
{
"total": 100,
"pages": 20,
"next": "/campaign?page=2&size=20",
"prev": "/campaign?page=1&size=20",
"results": [
// example data
]
}fields should be configurable
A basic boilerplate for flask with flask-restful and pytest
-
Updated
Oct 18, 2019 - Python
Simple REST-API of a rawg.io like system
-
Updated
Jul 11, 2019 - Python
Improve this page
Add a description, image, and links to the flask-restful topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flask-restful topic, visit your repo's landing page and select "manage topics."
Copied from #103
I've resolved the issue of authentication using the next code:
swagger_template = { ..., 'securityDefinitions': { 'basicAuth': { 'type': 'basic' } }, ... }app = Flask(__name__)Swagger(app, config=config[config_name].swagger_config, template=swagger_template)![image](https://use