Release v1.0.0
This commit is contained in:
@@ -11,6 +11,7 @@ pub struct MediaInfoInPath {
|
||||
}
|
||||
|
||||
/// Download a media
|
||||
#[allow(deprecated)]
|
||||
pub async fn download(auth: APIClientAuth, path: web::Path<MediaInfoInPath>) -> HttpResult {
|
||||
let res = auth
|
||||
.send_request(media::get_content::v3::Request::new(
|
||||
@@ -34,6 +35,7 @@ pub struct MediaThumbnailQuery {
|
||||
}
|
||||
|
||||
/// Get a media thumbnail
|
||||
#[allow(deprecated)]
|
||||
pub async fn thumbnail(
|
||||
auth: APIClientAuth,
|
||||
path: web::Path<MediaInfoInPath>,
|
||||
|
Reference in New Issue
Block a user