Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 355 Bytes

Delphi StatHat

Delphi library for StatHat API.

How to Use

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.

To Do

  • HTTPS support
  • Offline support