Module Flukso
In: lib/flukso/api.rb
lib/flukso/http_auth.rb
lib/flukso/reading.rb
lib/flukso/request.rb
lib/flukso/export.rb
lib/flukso/database.rb
lib/flukso.rb

flukso4r: A Ruby library for Flukso (c) 2010 Mathias Dalheimer, md@gonium.net

Flukso4r is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

Flukso4r is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CGWG; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Classes and Modules

Class Flukso::API
Class Flukso::Detail_Exporter
Class Flukso::ElementNotFoundError
Class Flukso::FluksoDB
Class Flukso::FluksoError
Class Flukso::General
Class Flukso::InformFlukso
Class Flukso::Local_Exporter
Class Flukso::NotFound
Class Flukso::QueryReadings
Class Flukso::RateLimitExceeded
Class Flukso::Request
Class Flukso::TokenAuth
Class Flukso::UTCReading
Class Flukso::UTC_Exporter
Class Flukso::Unauthorized
Class Flukso::Unavailable

Constants

DB_SCHEMA = <<-SQL create table :::TABLE_NAME::: ( EPOCHTIME integer primary key, VALUE integer not null ); SQL
API_VERSION = "1.0"  
 Use only the encrypted endpoint.
BASE_SENSOR_URL = "api.flukso.net/sensor"

[Validate]