update readme again
This commit is contained in:
parent
b70694ffa2
commit
a7812b9b5b
|
@ -24,6 +24,11 @@ This represents Season 1, Episode 1 of My Little Pony: Friendship Is Magic. The
|
||||||
shown on The Hub (now Discovery Family Network). If `is_movie` is set and the
|
shown on The Hub (now Discovery Family Network). If `is_movie` is set and the
|
||||||
season number is `99`, the episode record should be treated as a movie.
|
season number is `99`, the episode record should be treated as a movie.
|
||||||
|
|
||||||
|
Usage Limits
|
||||||
|
------------
|
||||||
|
|
||||||
|
None. Don't make the server it's running on crash and we'll all be good.
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -36,7 +41,7 @@ The canonical route base for PonyAPI is http://ponyapi.apps.xeserv.us. Example
|
||||||
usage:
|
usage:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
curl http://ponyapi.apps.xeserv.us/season/1/episode/1
|
$ curl http://ponyapi.apps.xeserv.us/season/1/episode/1
|
||||||
{
|
{
|
||||||
"episode": {
|
"episode": {
|
||||||
"air_date": 1286735400,
|
"air_date": 1286735400,
|
||||||
|
|
Loading…
Reference in New Issue