Search
Jump to navigation
Jump to search
REST Operations
GET
URI | Parameter | Accept Types | Result | Status Codes |
---|---|---|---|---|
/search | search - the search string
packages[] - package URI's |
*/* | Performs a search for the given string inside the specified packages.
Returns the result as application/json. |
200 - OK
401 - Unauthorized 500 - Internal Server Error |
POST
Not Implemented.
DELETE
Not Implemented.
PUT
Not Implemented.