package spotify_ml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : client_id:string -> client_secret:string -> t
val make_empty : t
val redirect_uri : client:t -> scope:string -> redirect_uri:string -> state:string -> Uri.t
val login_as_user : client:t -> auth_code:string -> uri:string -> (User.t, Serde.error) result Lwt.t
val refresh_user : client:t -> old_user:User.t -> (User.t, Serde.error) result Lwt.t
val get : user:User.t -> url:string -> string Lwt.t
OCaml

Innovation. Community. Security.