Module rspotify::clients

source ·

Modules§

  • Utilities for pagination requests. If the configured client is asynchronous, it’ll be based on futures::stream::Stream, if it’s synchronous it’ll just use std::iter::Iterator.

Traits§

  • This trait implements the basic endpoints from the Spotify API that may be accessed without user authorization, including parts of the authentication flow that are shared, and the endpoints.
  • This trait implements the methods available strictly to clients with user authorization, including some parts of the authentication flow that are shared, and the endpoints.