0.0
No release in over a year
Kabob cloud client library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0
~> 0.21.2

Runtime

 Project Readme

Build Status

kc-sdk-company

Provides kabob cloud app api client.

Installation

Add this line to your application's Gemfile:

gem 'kc-sdk-company'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kc-sdk-company

For rails, create config config/initializers/kc_sdk_company.rb

KcSdkCompany.configure do |config|
  # kabob cloud api url, default: https://cloud.kabob.io
  config.api_url = 'https://cloud.kabob.io'

  # you have to set your app access token
  config.access_token = 'YOUR_COMPANY_ACCESS_TOKEN'

  # you can set a logger if you want logging api request
  # config.logger = Rails.logger
end

Usage

Api

Api

Contact

The project's website is located at https://github.com/kabobcompany/kc-sdk-company-ruby