There are only 2 methods you can use:
- getUsers, which gives you a list of all users in database
- getComments provides comments of an actual user (requires user ID)
https://example.com/getComments?id=1
All responses come in JSON format.
There are only 2 methods you can use:
https://example.com/getComments?id=1
All responses come in JSON format.