Merge branch 'master' of ssh://muxi.at:10220/diez/unusualarchive
This commit is contained in:
commit
b22a732d0e
|
|
@ -1,7 +1,7 @@
|
||||||
# VideoAPI
|
# SearchAPI
|
||||||
|
|
||||||
## Search
|
## Search
|
||||||
`GET /api/?param=value`
|
`GET /api/search/?param=value`
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
| Param | Value |
|
| Param | Value |
|
||||||
|
|
@ -21,4 +21,4 @@
|
||||||
```
|
```
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
> `GET /api/?q=foo&limit=3` will return the first 3 videos with "foo" in their name.
|
> `GET /api/search/?q=foo&limit=3` will return the first 3 videos with "foo" in their name.
|
||||||
Loading…
Reference in New Issue
Block a user