open311 / swagger-open311

An swagger definition of Open311 GeoReport API
4 stars 8 forks source link

Security definitions #4

Closed kvlahromei closed 9 years ago

kvlahromei commented 9 years ago

Swagger supports general API security concepts: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#securityDefinitionsObject

We need to implement api_key authorization and error codes. Our spec also uses only https, so we might require https schema?