Module http

Module http 

Source
Expand description

HTTP client layer for Spotify API communication.

§Architecture

  • client - Low-level HTTP client wrapper using reqwest
  • api - SpotifyApi for authenticated requests to api.spotify.com/v1
  • auth - SpotifyAuth for token operations via accounts.spotify.com
  • endpoints - Type-safe URL builders for all API endpoints

Modules§

api
Authenticated Spotify Web API client.
auth
Spotify authentication endpoints.
client
Low-level HTTP client and error types.
endpoints
Type-safe Spotify API endpoint paths