flask-restful-routing
Installation
pip install marshmallow-sqlalchemy-referential
Sample Usage
restful_api = Api(app)
resources = RouteRoot([
Route('login', '/login', Login),
Route('search', '/search', Search),
Route('document', '/documents', Documents, Document, [
Route('attachment', '/attachments', Attachments, Attachment)
])
])
resources.register_routes(restful_api)
Release files for flask-restful-routing 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flask-restful-routing-1.0.3.tar.gz | 3.7 kB | Details |
Release files / flask-restful-routing-1.0.3.tar.gz
| Download URL | flask-restful-routing-1.0.3.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f641ec848f0a109f489be583816302a2ab42f21748426183a6eb75700b0cbb9e
|
|
BLAKE2b-256 checksum How to use checksums |
2ef8a40daeab6cc1c5350f01a9b1905726bbc634398b71b50434cd34511ac3f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |