Creates a new org.mashupbots.socko.rest.SwaggerApiPath for a given path
Creates a new org.mashupbots.socko.rest.SwaggerApiPath for a given path
For example, the following operations:
GET /pets/{id}
POST /pets/{id}
PUT /pets/{id}maps to 1 SwaggerApiPath /pets with 3 operations: GET, POST and PUT
Unique path
HTTP method operations for that unique path
Processing context
Companion object