ZendeskSupportAPI

Documentation

Documentation (generated via yard) can be found here

Installation

The gem can be installed either via rubygems or bundler:

Rubygems

gem install zendesk_support_api

Bundler

gem "zendesk_support_api"

The current requirements for the gem are:

  • 'faraday', '~>1.0.0'
  • 'oj', '~>3.10.6'

Configuration

Configuration is done through the creation of a ZendeskSupportAPI::Client instance:

require 'zendesk_support_api'

client = ZendeskSupportAPI::Client.new('[email protected]', '123abc', 'https://zendesk.com/api/v2')

Usage

Soon to come

Changelog

  • v0.1.0
    • Initial creation of gem
  • v0.2.0
    • Added Search functions
    • Fixed some yard syntax/formatting
    • Changed version number