Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.21 KB

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