tsk-41: Adding auth #43
@@ -39,7 +39,6 @@ pub mod parsing {
|
|||||||
|
|
||||||
pub mod fetch_song_queue_data {
|
pub mod fetch_song_queue_data {
|
||||||
pub async fn get_data(
|
pub async fn get_data(
|
||||||
// base_url: &String,
|
|
||||||
app: &crate::config::App,
|
app: &crate::config::App,
|
||||||
id: &uuid::Uuid,
|
id: &uuid::Uuid,
|
||||||
) -> Result<reqwest::Response, reqwest::Error> {
|
) -> Result<reqwest::Response, reqwest::Error> {
|
||||||
@@ -53,7 +52,6 @@ pub mod fetch_song_queue_data {
|
|||||||
|
|
||||||
pub mod get_metadata_queue {
|
pub mod get_metadata_queue {
|
||||||
pub async fn get(
|
pub async fn get(
|
||||||
// base_url: &String,
|
|
||||||
app: &crate::config::App,
|
app: &crate::config::App,
|
||||||
song_queue_id: &uuid::Uuid,
|
song_queue_id: &uuid::Uuid,
|
||||||
) -> Result<reqwest::Response, reqwest::Error> {
|
) -> Result<reqwest::Response, reqwest::Error> {
|
||||||
@@ -107,7 +105,6 @@ pub mod get_metadata_queue {
|
|||||||
|
|
||||||
pub mod get_coverart_queue {
|
pub mod get_coverart_queue {
|
||||||
pub async fn get(
|
pub async fn get(
|
||||||
// base_url: &String,
|
|
||||||
app: &crate::config::App,
|
app: &crate::config::App,
|
||||||
song_queue_id: &uuid::Uuid,
|
song_queue_id: &uuid::Uuid,
|
||||||
) -> Result<reqwest::Response, reqwest::Error> {
|
) -> Result<reqwest::Response, reqwest::Error> {
|
||||||
@@ -124,7 +121,6 @@ pub mod get_coverart_queue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_data(
|
pub async fn get_data(
|
||||||
// base_url: &String,
|
|
||||||
app: &crate::config::App,
|
app: &crate::config::App,
|
||||||
coverart_queue_id: &uuid::Uuid,
|
coverart_queue_id: &uuid::Uuid,
|
||||||
) -> Result<reqwest::Response, reqwest::Error> {
|
) -> Result<reqwest::Response, reqwest::Error> {
|
||||||
|
Reference in New Issue
Block a user