Project

milker

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Interface for creamery API's
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 5.0
>= 0
~> 10.0
>= 0

Runtime

~> 0.13.7
>= 0
 Project Readme

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.