APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.
Trying to build a report on how much time did a particular user spend logged into a terminal server over a period. The server is only accessible via a gateway, so I'm guessing that the disconnect ...