1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 05:25:10 +00:00

Updated API (markdown)

Qstick 2019-03-21 23:19:24 -04:00
parent ba3387e107
commit a4191aea7a

2
API.md

@ -1,3 +1,5 @@
### API IS STILL WIP AND VERSION BUMPS WILL NOT OCCUR UNTIL POST 1.0 RELEASE. ###
## URL ##
All API endpoints are based off of `/api/v1`. As in, if you access Lidarr via `http://localhost:8686`, the API root would be `http://localhost:8686/api/v1`. You can also take the example `http://192.168.1.20:8686/lidarr/api/v1`.