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