Expand description
Soniq
A Rust library to interact with the Last.fm API.
Re-exports§
pub use crate::error::Error;
Modules§
- auth
- Authentication-related functionality for Last.fm API.
- client
- Client for interacting with the Last.fm API.
- endpoints
- Contains all Last.fm API endpoint modules.
- error
- Error types for the soniq client.
- models
- This module contains all deserializable models used to interact with the Last.fm API.
- sig
- This module provides a function to create a Last.fm API method signature.
- utils
- Utility functions for common operations like timestamp parsing, and formatting.