VoiceArchive API client gem, for use i Ruby projects. The projects implements some of the exposed API endpoint, from Arnsbo Media Engine.
- Ruby 1.9.3
$ scripts/setupscripts/server will start an irb console, to play around with the Gem:
$ scripts/serverTo use in an applicaiton, add this line to the Gemfile:
gem 'voicearchive_client', git: 'https://github.com/ArnsboMedia/voicearchive_client.git'.. and then run $ bundle 🚀
$ scripts/test