Skip to content

psp-polska/espago

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Espago gem

Build Status

Installing Espago gem

gem install espago

or just add it to your Gemfile if you are running a Rails project

Configuration

After registering at http://espago.com configure your app with the security credentials.

Global

The most standard way of configuring Espago is to do it globally on the Espago class.

Espago.app_id = 'your-espago-app-id'
Espago.app_password = 'your-espago-secret'
Espago.public_key = 'your-espago-key'
Espago.production = false #sets Espago enviroment to sandbox

Sending request

response = Espago.send_request(:clients, :get)
response = Espago.clients :get

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%