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

III.2. GET requests

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

Static data is retrieved using HTTP GET request. The methods do not make any 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