See the wiki for more information.
gem install rosette_api
If the version you are using is not the latest from RubyGems, please check for its compatibilty with api.rosette.com. If you have an on-premise version of Rosette API server, please contact support for binding compatibility with your installation.
To check your installed version:
gem list rosette_api
A Docker image for running the examples against the compiled source library is available on Docker Hub.
Command: docker run -e API_KEY=api-key -v "<binding root directory>:/source" rosetteapi/docker-ruby
Additional environment settings:
-e ALT_URL=<alternative URL>
-e FILENAME=<single filename>
See examples
See documentation
See the wiki
Visit Rosette API site