From c38e3fc44314646d8fbdbf868445cb69c64b23f1 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Thu, 18 Jul 2019 19:55:30 -0400 Subject: [PATCH] Updated Artist (markdown) --- Artist.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Artist.md b/Artist.md index a264932..6e06b1c 100644 --- a/Artist.md +++ b/Artist.md @@ -1 +1,24 @@ -## Artist \ No newline at end of file +### Fetching artist +**URI**: https://icarus-demo.com/api/v1/artist/2 +**Method**: Get +**Content type**: application/json +**Authorization**: Bearer ``token`` +**Response body**: +```Json +{ + "id" : 2, + "name" : "Kendrick Lamar", + "song_count": 1 +} +``` + +### Fetching artists +**URI**: https://icarus-demo.com/api/v1/artist/ +**Method**: Get +**Content type**: application/json +**Authorization**: Bearer ``token`` +**Response body**: +```Json +{ +} +``` \ No newline at end of file