Ruby interface for the Lokalise APIv2 that represents returned data as Ruby objects.
View the Project on GitHub lokalise/ruby-lokalise-api
rspec .
.rubocop
. rubocop -a
can automatically fix most issues for you..env.example
file as .env
. Put your API token inside. The .env
file is excluded from version control so your token is safe. All in all, we use pre-recorded VCR cassettes, so the actual API requests won’t be sent. However, providing at least some token is required.rspec .
. Observe test results and code coverage.cd docs
bundle exec jekyll serve --baseurl=''
.http://localhost:4000
and observe the docs.