ocaml-spotify-web-api icon indicating copy to clipboard operation
ocaml-spotify-web-api copied to clipboard

OCaml bindings to the Spotify web API

Results 2 ocaml-spotify-web-api issues
Sort by recently updated
recently updated
newest added

See https://github.com/whitequark/ppx_deriving_yojson This might lead to a simpler build process

enhancement

This can be handled by using the `nullable` atdgen type. Repro: ``` utop # Spotify_web_api.Search.search_tracks "imagine dragons radioactive";; Exception: Yojson.Json_error "Line 846, bytes 24-56:\nExpected '\"' but found 'null,\n \"track_number\" :...

bug