WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

civicindustries/lama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%