Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

devlab-oy/apix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apix-ruby

Code Climate Test Coverage Build Status

Ruby bindings for Apix Messaging API

API Documentation

Installation

gem install 'apix-ruby'

Usage

You can retrieve your transfer id and key with:

Apix::Client.retrieve_transfer_id(id: "1111222-3", uid: "[email protected]", password: "badpassword")

and then configure your client

Apix.configure do |config|
  config.soft = "Software name"
  config.ver = "1.0"
  config.transfer_id = "1234567890"
  config.transfer_key = "0987654321"
end

Send invoice zip

Apix::Client.send_invoice_zip(path_to_zipfile)

About

Ruby implementation of APIX API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages