package spotify-web-api

  1. Overview
  2. Docs
OCaml bindings to the Spotify web API

Install

Dune Dependency

Authors

Maintainers

Sources

spotify-web-api.0.2.1.tar.gz
sha256=6bcad14644a5b32e0eb007858472d3b56477a9c4aabcc5b1b87be9164b30d45a
md5=5a26d1c5e23df37104e83e40671d027d

doc/spotify-web-api/Followers_j/index.html

Module Followers_jSource

Sourcetype followers = Followers_t.followers = {
  1. href : string option;
  2. total : int;
}
Sourceval write_followers : Buffer.t -> followers -> unit

Output a JSON value of type followers.

Sourceval string_of_followers : ?len:int -> followers -> string

Serialize a value of type followers into a JSON string.

  • parameter len

    specifies the initial length of the buffer used internally. Default: 1024.

Input JSON data of type followers.

Sourceval followers_of_string : string -> followers

Deserialize JSON data of type followers.

OCaml

Innovation. Community. Security.