Project

evropochta

0.0
The project is in a healthy, maintained state
Evropochta API wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Evropochta Ruby Client

A Ruby client for the Evropochta (https://evropochta.by/) API.

Evropochta Logo

Installation

Add to Gemfile.

gem 'evropochta'

Run bundle install.

Usage

  1. Add gem to your project
  2. Get your SERVICE_NUMBER and LOGIN_NAME/PASSWORD:
    • SERVICE_NUMBER provides by Evropochta manager.
    • LOGIN_NAME/PASSWORD - credentials for your bussines account.
  3. 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!