mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
Publish a Swagger specification
Adds a new endpoint (`/spec`) which returns a the specification of the API in Swagger-formatted JSON. This means we will have something to point frontends at, so we can evaluate which ones we like. Right now it’s all hand-defined. If we were consistent about our use of Marshmallow we could generated the spec from the Marshmallow schemas.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
apispec==0.12.0
|
||||
bleach==1.4.2
|
||||
Flask==0.10.1
|
||||
Flask-Script==2.0.5
|
||||
|
||||
Reference in New Issue
Block a user