Hi. This is the feed program for Cosm. (The previous name of the services is Pachube.)

Dependencies:   mbed ThermistorPack Pachube ConfigFile EthernetNetIf TextLCD HTTPClient_ToBeRemoved FatFileSystem SDFileSystem

mylib/Pachube/Pachube.cpp

Committer:
shintamainjp
Date:
2012-08-06
Revision:
0:521ba375aa0f

File content as of revision 0:521ba375aa0f:

/**
 * Pachube API interface driver. (Version 0.0.1)
 *
 * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems)
 * http://shinta.main.jp/
 */

#include "Pachube.h"

const std::string Pachube::REQUESTHEADER = "X-PachubeApiKey";
const std::string Pachube::URLBASE_V2 = "http://api.pachube.com/v2";

Pachube::Pachube(std::string APIKEY) : APIKEY(APIKEY) {
}

Pachube::~Pachube() {
}