1C-Connect API client
Usage
- Get your login and password from https://cus.buhphone.com/
Quickstart
Library implements web-service api and http-service api.
Web-service
require 'connect'
api = Connect::WebService::Client.new(login: 'login', password: 'password')
HTTP-service
require 'connect'
api = Connect::HTTPService::Client.new(login: 'login', password: 'password')