From a33b3f69855214e2a0e7b9c54540c9bec52d40b5 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Wed, 17 Jul 2019 20:39:05 -0400 Subject: [PATCH] Updated Version 1.0 API (markdown) --- Version-1.0-API.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Version-1.0-API.md b/Version-1.0-API.md index e537c13..73e0b61 100644 --- a/Version-1.0-API.md +++ b/Version-1.0-API.md @@ -1,10 +1,18 @@ # Version 1.0 API -This page contains API documentation regarding version 1.0 if the API. +This page contains API documentation regarding version 1.0 if the API. For the sake of the examples I will use -### API Categories +## API Categories +* Authentication * Songs * Artists * Album * Genres * Year -* Cover art \ No newline at end of file +* Cover art + +## Songs + +### Uploading Songs +**Method**: Post +**Content type**: multipart/form-data +**Authorization**: Bearer ``token`` \ No newline at end of file