Get coverart (#163)
* Added initial code to get coverart endpoint * Test migration cleanup * Updated icarus_models * Made endpoint evailable * Added test * Version bump * Code formatting
This commit was merged in pull request #163.
This commit is contained in:
@@ -18,6 +18,7 @@ pub mod endpoints {
|
||||
pub const CREATESONG: &str = "/api/v2/song";
|
||||
pub const GETSONGS: &str = "/api/v2/song";
|
||||
pub const CREATECOVERART: &str = "/api/v2/coverart";
|
||||
pub const GETCOVERART: &str = "/api/v2/coverart";
|
||||
}
|
||||
|
||||
pub mod response {
|
||||
|
||||
Reference in New Issue
Block a user