From 22a90a166b9c6d432937570a403bef7ccd6dc407 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sun, 14 Jul 2019 17:51:26 -0400 Subject: [PATCH] Documentation on the API HTTP endpoints --- API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 API.md diff --git a/API.md b/API.md new file mode 100644 index 0000000..7117e1f --- /dev/null +++ b/API.md @@ -0,0 +1,10 @@ +# API Documentation +Icarus provides users with functionality to upload, download, and stream their own music collection. In addition to that one can read information of a their collection such as how many songs do you own by an artist, how many genres of a song do you own, updating the title of a song. This is achieved by the API. This portion of the documentation will list all API HTTP endpoints and how to use them. + +### Untitled +* Songs +* Artists +* Album +* Genres +* Year +* Cover art \ No newline at end of file