0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby Wrapper for the Beetrack API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.7.3
 Project Readme

#Beetrack API#

The following gem is a Ruby wrapper for the Beetrack API.

##Installation##

$ gem install beetrackapi

##Usage## ###Import###

require 'beetrackapi'

###Initialize###

client = BeetrackAPI::Client.new(:key => <your_api_key>)

###Get Routes###

client.get_routes(:date => 'dd-mm-yyyy'(Optional))

###Create Routes###

client.create_route(<route_id>, parameters)

###Get Dispatch Information###

client.get_dispatch_info(<dispatch_id>)

###Update Route Information###

client.update_route(route_id, parameters)

Documentation

Please check the API's documentation in https://beetrack.com/apidoc