Skip to content

Pull and push lab data between a LIMS and MJ Freeway LeafData Systems

License

Notifications You must be signed in to change notification settings

OpenSourceCannabis/LeafData

Repository files navigation

MJ Freeway LeafData Systems Ruby Client (leafdatazone.com)

Usage

LeafData.configure do |config|
  config.api_key = ''
  config.mme_code = ''
  config.base_uri = 'https://watest.leafdatazone.com/api/v1/'
end

client = LeafData::Client.new(debug: true)
client.get_users

> {"total"=>1, "per_page"=>2500, "current_page"=>1, "last_page"=>1, "next_page_url"=>nil, "prev_page_url"=>nil, "from"=>1, "to"=>1, "data"=>[{"id"=>3473, "email"=>"[email protected]", "first_name"=>"Emanuele", "last_name"=>"Tozzato ", "auth_level"=>"admin", "external_id"=>"", "global_id"=>"WASTATE1.US2OH", "global_mme_id"=>nil}]}

License

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

About

Pull and push lab data between a LIMS and MJ Freeway LeafData Systems

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published