1C-Connect API client

Usage

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')