Skip to content

imartingraham/attendant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Attendant

A simple ruby wrapper for making Conductor Searchlight API requests. This gem handles making the correct authorization request and returns the results.

Example:

credentials = {
	email: "testing@example.com",
	secret: "yourSecretKey",
	url: "http://api.conductor.com"
}

c = Attendant::SearchLight.new(config[:email], 	config[:secret], config[:url])

data = c.send_request "/v2/accounts"

About

Ruby wrapper around Conductor Searchlight API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages