Software Details:
Version: 12.1.51.4
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 204
It allows developers to interact with the Spotify music streaming service using the Ruby programming language.
The library acts like a buffer between Ruby and the Spotify C API, translating Ruby commands to HTTP requests, and converting server responses to data usable in a Ruby app.
libspotify can be used on both mobile or Web-based Ruby apps allowing developers to create applications and services that pull in Spotify data and music for local playback.
What is new in this release:
- Fixed SessionConfig missing ca_certs_filename struct field on Linux.
What is new in version 12.0.3:
- Added support for search_playlist.
What is new in version 12.0.2:
- Uses error checking in Spotify::Pointer add_ref.
What is new in version 12.0.1:
- Added Spotify::Pointer, a FFI::Pointer that manages spotify pointer refcount.
- Wrap object-creating methods that returns Spotify::Pointers.
- Added error-checking variants of all functions that return an error.
What is new in version 11.0.2:
- Make the error message on missing functions more friendly.
- Fixed changelog formatting.
What is new in version 10.3.0:
- image_id to a ruby string instead of a pointer.
Requirements:
- libspotify C library
Comments not found