Elixir interface for the Lokalise APIv2.
View the Project on GitHub lokalise/elixir-lokalise-api
mix test
. To view test coverage, run mix coveralls.html
.mix format
..env.sample
file as .env
(for nix systems) or .env.bat.sample
as .env.bat
(for Windows). Put your API token inside and run source .env
or .env.bat
from your terminal. 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.mix coveralls.html
. Observe test results and code coverage.cd docs
bundle exec jekyll serve --baseurl=''
.http://localhost:4000
and observe the docs.