A Ruby client for the Evropochta (https://evropochta.by/) API.
Add to Gemfile.
gem 'evropochta'
Run bundle install.
- Add gem to your project
- Get your SERVICE_NUMBER and LOGIN_NAME/PASSWORD:
- SERVICE_NUMBER provides by Evropochta manager.
- LOGIN_NAME/PASSWORD - credentials for your bussines account.
- Create a .env file
API_URL=
API_PORT=
SERVICE_NUMBER=
USER_LOGIN_NAME=
USER_PASSWORD=
USER_LOGIN_NAME_TYPE_ID=<1 gem install evropochta
require "evropochta"gem "evropochta"If you want to report a bug, or have ideas, feedback or questions about the gem, let me know via GitHub issues and I will do my best to provide a helpful answer. Happy hacking!
The gem is available as open source under the terms of the MIT License.
Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Pull requests are welcome!