Sorry for the stupid question, but I do not understand it almost.
There is a documentation on how to use web api which States:
"First and foremost, in order to be able to use API methods
need to implement POST or GET request to authentication address:
site/login.php."
Then I realized, just in the address bar write ?login=login&password=pass. Authorization is successful.
But how to work further and to pass other parameters, do not understand
Maybe there is some literature or other resources on this subject
Example query:
{
"date_begin": "2012-07-01",
"date_end": "2012-07-30",
"site_id": 10000182
}
but I don't understand how and where to drive to get the desired response - zelda.Casper28 commented on September 19th 19 at 00:09