REST operations that will be used for processing requests
Swagger API documentation
REST configuration
REST configuration
Finds the operation that matches the specified end point.
Finds the operation that matches the specified end point.
If more than one operation matches, the one with the most number of static path segments
will be used. If there is not a distinct operation with the most number of status path segments,
None will be returned because an exact match cannot be found.
Endpoint to match
Matching org.mashupbots.socko.rest.RestOperation or None if not found
Flag to indicate if the path requests swagger API document response.
Flag to indicate if the path requests swagger API document response.
For example, /api/api-docs.json and /api/api-docs.json/pets will return true but
/api/pets will return false.
Endpoint to check
True if this endpoint requires api documentation to be returned
REST operations that will be used for processing requests
Swagger API documentation
Root path that will trigger the response of swagger API documentation.
Root path that will trigger the response of swagger API documentation. For example, /api/api-docs.json.
Collection org.mashupbots.socko.rest.RestOperations that will be used to process incoming requests.
REST operations that will be used for processing requests
Swagger API documentation
REST configuration