tsk-41: Can fetch the token now
This commit is contained in:
10
src/api.rs
10
src/api.rs
@@ -133,3 +133,13 @@ pub mod get_coverart_queue {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub mod service_token {
|
||||
pub mod response {
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct Response {
|
||||
pub message: String,
|
||||
pub data: Vec<icarus_models::login_result::LoginResult>,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user