Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 469 Bytes

File metadata and controls

23 lines (16 loc) · 469 Bytes

BioTrackTHC

Usage

BioTrackTHC.configure do |config|
  config.username = ''
  config.password = ''
  config.license = ''
  config.base_uri = 'https://wslcb.mjtraceability.com'
end

client = BioTrackTHC::Client.new(debug: true)

client.search_sample('0199 2612 0934 4923')
client.parsed_response

client.search_license('980221')

License

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