robodash

Robodash is a lightweight Ruby gem for sending POST requests to Robodash's API. It is designed to be simple to use, with support for API tokens and background threading for non-blocking requests. Ideal for 'fire-and-forget' HTTP pings.


License
MIT
Install
gem install robodash -v 0.1.0

Documentation

Robodash

This is a Ruby gem to easily send pings to Robodash.

gem 'robodash'
Robodash.api_token = # your dashboard API token

# Pinging
Robodash.ping("Some bg job")

# Counting things
Robodash.count("Something to track", 10)