...
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/....
...
...
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/....
...