Project

acuitydata

0.0
A long-lived project that still receives updates
A client for using api.acuitydata.co.za API in Ruby. This is an unofficial project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 5.25.1
~> 2.4.5
~> 0.14.2
~> 13.2.1
~> 0.9.10
~> 3.24.0

Runtime

>= 0.17.0
>= 0.22.0
 Project Readme

api.acuitydata.co.za API Client

An API client for AcuityData This is an unofficial project and still a work in progress (WIP)

Based on this website: api.acuitydata.co.za

Installation

Add this line to your application's Gemfile:

gem 'acuitydata'

And then execute:

$ bundle

Or install it yourself as:

$ gem install acuitydata

Usage

  require 'acuitydata'
  client  = AcuityData::Client.new

  client.make
  client.model(make, year = nil)
  client.year(make, model = nil)
  client.variant(make, model, year)
  client.report(make, model, variant, year, mileage)

Endpoints

Other endpoints have not been implemented.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Tests

To run tests execute:

$ rake test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/trex22/acuitydata. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Code of Conduct

Everyone interacting in the AcuityData: project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.