General Usage:

To use the Simple Observium API you always must start with the general usage commands, a list is provide below with some examples.

username
The User you want to login with.
password
Your users password
module
Modules you want to call (must be one of the enabled modules)
debug
Enables the debug output (this is an optional command)
      Explanation : Collect data from the demo module (
      Example 1   : http://162.55.190.80/api.php?username=demo&password=demo&module=demo
      Result      : {"login":{"success":{"code":"101","msg":"User authentification succeeded"}},"data":{"info":{"code":"102","msg":"Demo module loaded successfully"},"value":"This is only a demo module witch doesn't return any live data."}}
      Explanation : Collect data from the demo module with a wrong login
      Example 2   : http://162.55.190.80/api.php?username=wrong&password=wrong&module=demo
      Result      : {"login":{"error":{"code":"301","msg":"User authentification failed"}}}