From e9eee51f3f23cd27e9bff73f5a27072359dce444 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Thu, 18 Jul 2019 08:49:03 -0400 Subject: [PATCH] Updated Version 1.0 API (markdown) --- Version-1.0-API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Version-1.0-API.md b/Version-1.0-API.md index 1cc4b05..2114354 100644 --- a/Version-1.0-API.md +++ b/Version-1.0-API.md @@ -104,4 +104,14 @@ This page contains API documentation regarding version 1.0 if the API. For the s "genre":"Genre", "year":1970 } +``` +### Retrieve all Song Metadata +**URI**: https://icarus-demo.com/api/v1/song +**Method**: Get +**Authorization**: Bearer ``token`` +**Response body**: +```Json +[ + +] ``` \ No newline at end of file