odesli-rs 5.2.1

Unofficial library to communicate with Odesli API in an async manner
1
2
3
pub const BASE_URL: &str = "https://api.song.link";
pub const API_VERSION: &str = "v1-alpha.1";
pub const LINKS_ENDPOINT: &str = "links";