Swagger integration for viewing REST on your guillotina install
Project description
A guillotina application to automatically generate swagger interfaces for APIs defined with guillotina.
Configuration
Available config.json options:
{ "swagger": { "authentication_allowed": false, "base_configuration": { "swagger": "2.0", "info": { "version": "", "title": "Guillotina", "description": "The REST Resource API" }, "host": "", "basePath": "", "schemes": [], "produces": [ "application/json" ], "consumes": [ "application/json" ], "paths": {}, "definitions": {} } } }
Viewing swagger for resource
Append @docs onto any url: http://localhost:8080/@docs.
1.0.0 (2017-04-04)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for guillotina_swagger-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e1f291437b027364811001f694c2b2cd8e4b2d6960f20e9ba10eead24f9b9f2 |
|
MD5 | b72e9b9e81150deeaf2fd565e2e79c78 |
|
BLAKE2b-256 | 92258e201c26bc216da5d1e7dec4393c48ed8684ffcba7fc98aea143d1dfe926 |