Search Dependencies
Search through all public dependencies. Some partners can publish their dependencies and make available to everybody: to become a validated partner contact us at support@continuityapp.com.
Auth&ACL
All the users can access this API. You don't need to authenticate.
Definition
GET https://v1.continuityapp.ws/dependencies/search
Arguments
Arguments | ||
---|---|---|
q | Optional |
Search query. Terms will be searched with AND logic. |
page | Optional |
The page number you want to retrieve. We return 10 elements per page. |
Example request
$ curl https://v1.continuityapp.ws/dependencies/search?q=redis
Returns
A list of public dependencies is returned (paginated by 10), along with the total results matching the provided query for pagination.
Example response
{
"response":{
"results":[
{
"id": "483649279450157057",
"id_str": "483649279450157057",
"name": "redis-server",
"description": "redis-server",
"command": "make && make PREFIX=/srv/redis-server install",
"prefix": "/srv/redis-server",
"source": "redis-2.6.14",
"launch_command": "redis-server",
"author": "ContinuityApp, Inc."
}
],
"total_entries": 51
}
}
Errors
There are no specific errors for this API.
comments powered by Disqus