tsk-176: Get all songs endpoint (#177)
* tsk-176: Added function to retrieve all songs * tsk-176: Depdendency version bump icarus_envy, icarus_meta, and icarus_models * tsk-176: Fix after icarus_models change * tsk-176: Test fix * tsk-176: Formatting * tsk-176: Endpoint is now available * tsk-176: Added test * tsk-176: Cleanup * tsk-176: Version bump
This commit was merged in pull request #177.
This commit is contained in:
@@ -17,6 +17,7 @@ pub mod endpoints {
|
||||
|
||||
pub const CREATESONG: &str = "/api/v2/song";
|
||||
pub const GETSONGS: &str = "/api/v2/song";
|
||||
pub const GETALLSONGS: &str = "/api/v2/song/all";
|
||||
pub const STREAMSONG: &str = "/api/v2/song/stream/{id}";
|
||||
pub const DOWNLOADSONG: &str = "/api/v2/song/download/{id}";
|
||||
pub const DELETESONG: &str = "/api/v2/song/{id}";
|
||||
|
||||
Reference in New Issue
Block a user