Skip to content

Instantly share code, notes, and snippets.

View AgentSir's full-sized avatar

Sergey Putilov AgentSir

View GitHub Profile
@AgentSir
AgentSir / swagger.json
Created February 27, 2018 16:37
Swagger definition
{
"paths": {
"/customers": {
"get": {
"operationId": "searchCustomers",
"tags": ["customers"],
"description": "Returns customers",
"summary": "Search customers",
"responses": {
"200": {