lucca65 / kiik_ruby

Gem for bindings with Kiik API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiiK Ruby Codeship Status for kiik-payments/kiik_ruby Inline docs

Gem for bindings with Kiik API

Requirements

  • ruby >= 2.2.3
  • httpaty >= 0.13.7

Installation

Gem

gem install kiik

Bundle

source 'https://rubygems.org'
gem 'kiik'

Tasks

Configuration

Kiik gem use config file config/kiik.yml for take api_key For create this file in your project use task:

rake kiik:config

Don't forget to change api_key to your key

Use

#Create customer
customer = Kiik::Customer.create({name: "User name", email: "user@email.com"})

Production

For production env, don't forget to set KIIK_ENV to production, that way, our gem will read the kiik.yml file corretly.

About

Gem for bindings with Kiik API


Languages

Language:Ruby 100.0%