Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boxuk/fleetsuite-rb

A ruby client for Fleetsuite.com
https://github.com/boxuk/fleetsuite-rb

Last synced: 5 days ago
JSON representation

A ruby client for Fleetsuite.com

Awesome Lists containing this project

README

        

# Fleetsuite-ruby

A Ruby client for Fleetsuite.com

## Use

```ruby
client = Fleetsuite::Client.new("boxuk", "API_TOKEN")
# Get all projects
client.projects()

# Get a single project
client.project(1)
```

## Running tests

```
./test.sh
```