Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

III.3. POST requests

Andrey Bogdanov edited this page Feb 25, 2016 · 7 revisions

The requests must be made using HTTP POST request. The methods makes changes on the server side. The data returned may change at any time, so it should not be cached.

Table of contents

Clone this wiki locally