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
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" |