Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

MarceloAlves/Milker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milker

Gem to interface with various creamery API's. Currently only supports Land o'Lakes.

Installation

Add this line to your application's Gemfile:

gem 'milker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install Milker

Usage

client = Milker::LOL.new(token: "xxxxxxxxxxxxxxxx")

client.daily_tests(start_date: "2017-02-02", end_date: "2017-03-02")

client.daily_receipts(start_date: "2017-02-02", end_date: "2017-03-02")

start_date and end_date are optional

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/MarceloAlves/Milker.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published