Updated Version 1.0 API (markdown)

Kun Deng
2019-07-18 08:49:03 -04:00
parent 5ba0786f6b
commit e9eee51f3f
+10
@@ -105,3 +105,13 @@ This page contains API documentation regarding version 1.0 if the API. For the s
"year":1970 "year":1970
} }
``` ```
### Retrieve all Song Metadata
**URI**: https://icarus-demo.com/api/v1/song
**Method**: Get
**Authorization**: Bearer ``token``
**Response body**:
```Json
[
]
```