Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 302 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 302 Bytes

Supportbee

Ruby client to work with Supportbee API (https://developers.supportbee.com/api)

Installation

gem install supportbee

Usage

require 'supportbee'

sb = Supportbee::Client.new(:company => 'my_company', :auth_token => 'my_auth_token') 

tickets = sb.tickets