/delphi-stathat

Delphi library for StatHat API

Primary LanguagePascalMIT LicenseMIT

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);

To Do

  • Async calls
  • HTTPS support
  • Offline support