Skip to content

Commit

Permalink
Transferring blueprint from apiary.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Jilberta committed Jul 8, 2015
1 parent 06d88aa commit 4f272f3
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions apiary.apib
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FORMAT: 1A
HOST: http://movie-parser.herokuapp.com/webapi/
HOST: http://movie-table.herokuapp.com/webapi/

# movie-parser
# movie-table

MovieParser allows users to get video http source by scanning various websites.
MovieTable allows users to get video http source stored in table storage. If no record is found, empty json array is returned

# MovieParser API Root [/]
# MovieTable API Root [/]

This resource takes in and produces JSON data. If not data matches the parameters, http error code is returned.


## Parse [/parse/{movie_id}]
## Retrieve data [/parse/{movie_id}]

A Movie object has the following attributes:

Expand All @@ -32,19 +32,13 @@ A Movie object has the following attributes:

[
{
"id": "219db559-1ad1-4806-968f-4a78d1348de3",
"imdbId": "tt0186151",
"language": "RUS",
"name": "Frequency",
"quality": "HD",
"quality": "MEDIUM",
"source": "http://127.0.0.1/movies/ahsdbahsd"
},
{
"imdbId": "tt0186151",
"language": "ENG",
"name": "Frequency",
"quality": "HD",
"source": "http://127.0.0.1/movies/gfntrg"
},
}
]

+ Response 404 (text/plain)
Expand Down

0 comments on commit 4f272f3

Please sign in to comment.