Updating API.

pull/3/head
Heretic 3 years ago
parent 1993196584
commit 703ff267d1

@ -59,9 +59,9 @@ bleh season 1 (1993-)
A JSON output of search results is available at:
`http://localhost:8902/service/search?q=[QUERY]&size=[NUMBER_OF_RESULTS]&offset=[PAGE]&type=[torrent | file]`
`http://localhost:8902/service/search?q=[QUERY]&size=[NUMBER_OF_RESULTS]&page=[PAGE]&type=[torrent | file]`
New torrents are at:
`http://localhost:8902/service/new?size=[NUMBER_OF_RESULTS]&offset=[PAGE]&type=[torrent | file]`
`http://localhost:8902/service/new?size=[NUMBER_OF_RESULTS]&page=[PAGE]&type=[torrent | file]`

@ -1,5 +1,6 @@
#!/bin/bash
git submodule update --remote
git add data
git add ui
git commit -m"Updating torrents-csv-data."
git push

Loading…
Cancel
Save