Delphi library for StatHat API.
Just add StatHat to your uses clause and call one of its methods:
EzPostValue('load average', 'YOUR_API_KEY', 0.92);
EzPostCount('messages sent - female to male', 'YOUR_API_KEY', 13);
All calls are async.
- HTTPS support
- Offline support