package lastfm

  1. Overview
  2. Docs

Module Lastfm_genericSource

API to various lastfm protocols (generic modules).

Sourcetype client = {
  1. client : string;
  2. version : string;
}

Records for login and client

Sourcetype login = {
  1. user : string;
  2. password : string;
}
Sourcemodule type Http_t = sig ... end

This is the type of Http request API * that the modules require.

Sourcemodule type Audioscrobbler_t = sig ... end

This is the type of the Audioscrobbler API.

Sourcemodule type Radio_t = sig ... end

This is the type of the Radio API.

Generic implementation of Audioscrobbler, independent * from the Http request.

Generic implementation of the Radio API, independant * from the Http request.

OCaml

Innovation. Community. Security.