http://http://diytec.web.fc2.com/mark2r2/

Dependencies:   EthernetNetIf NTPClient_NetServices mbed ConfigFile

Pachube/Pachube.cpp

Committer:
mark2r2
Date:
2011-09-20
Revision:
0:08a4d61cd84c

File content as of revision 0:08a4d61cd84c:

/**
 * 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() {
}