Skip to content

amirbey/lama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LAMA Ruby wrapper for the Davenport LAMA API

##Installation

gem install lama

Or add the following to your Gemfile (do this for now):

gem 'lama', :git => 'git://github.com/gangleton/lama.git'

##Usage examples

require 'lama'

@client = LAMA.new(:login => YOUR_LOGIN_HERE, :pass => YOUR_PASSWORD_HERE) @client.incidents_by_date #Returns an array of incidents @client.incidents_by_date("07-01-2012", "08-01-2012") #Returns an array of incidents that were entered from July 1st to August 1st 2012

About

Gem to access Davenport LAMA API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%