From a4191aea7a287c8f8524dd29b8e9597a79737858 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 21 Mar 2019 23:19:24 -0400 Subject: [PATCH] Updated API (markdown) --- API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API.md b/API.md index ca271e4..814414c 100644 --- a/API.md +++ b/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`.