Creates a new org.mashupbots.socko.rest.SwaggerResourceListing for a group of APIs
Creates a new org.mashupbots.socko.rest.SwaggerResourceListing for a group of APIs
For example, the following operations are assumed to be in 2 resource groups: /users and /pets.
GET /users
GET /pets
POST /pets/{id}
PUT /pets/{id}Operations grouped by their path. The grouping is specified in the key. For example,
/users and /pets.
REST configuration
Companion object