0.0.1 • Published 10 years ago

coolrom-api v0.0.1

Weekly downloads
4
License
-
Repository
-
Last release
10 years ago

Coolrom API

Coolrom REST API using coolrom webscrapper

Up and running at: https://coolrom-api.herokuapp.com

Calls:

Click on each link to get a preview :)

Get platforms

https://coolrom-api.herokuapp.com/v1/platforms/

Get filters by platform

https://coolrom-api.herokuapp.com/v1/filters/{platform}/

Search by query (spaced by +)

https://coolrom-api.herokuapp.com/v1/search/{query} https://coolrom-api.herokuapp.com/v1/search/{query}/{platform}

Get roms by platform and filter

https://coolrom-api.herokuapp.com/v1/roms/{platform}/{filter}

Get rom by id and platform

https://coolrom-api.herokuapp.com/v1/rom/{id}/{platform}

Get rom download link by id

https://coolrom-api.herokuapp.com/v1/rom/link/{id}/

TODO.

[] Nicer code -> Fast and dirty. [] Redis cache [] Some issues with selectors