Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/virgo-agent-toolkit/luvit-rackspace-monitoring-client


https://github.com/virgo-agent-toolkit/luvit-rackspace-monitoring-client

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rackspace Monitoring Client

This is a client library for the Rackspace Monitoring as a Service. It is _not_ feature
complete... yet.

## Example
local Client = require('rackspace-monitoring').Client

local client = Client:new('username', 'token', nil)
client.entities.list(function(err, results)
if err then
p(err)
return
end
p(results)
end)

## Features

## Options

## TODO:

* Everything else

## License

* Apache 2.0

## Contributors

* Ryan Phillips (rphillips)