Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most API methods commence with:

   http://localhost:8089/api/....

When accessing the API from a different computer you will need to replace "localhost" by the server public IP address, such as:

   http://111.111.222.111:8089/api/....

...