Evropochta Ruby Client
A Ruby client for the Evropochta (https://evropochta.by/) API.
Installation
Add to Gemfile.
gem 'evropochta'
Run bundle install
.
Usage
- 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
Quick start
gem install evropochta
require "evropochta"
gem "evropochta"
Support
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!
License
The gem is available as open source under the terms of the MIT License.
Code of conduct
Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Contribution guide
Pull requests are welcome!