1
0
mirror of synced 2024-11-22 05:16:07 +03:00

v 1.3.0 api v3

This commit is contained in:
Grisha Pomadchin 2014-06-20 17:56:13 +04:00
parent a5e7b5253d
commit c7ab1125c3

View File

@ -5,7 +5,7 @@ class RestApi
{ {
protected $apiUrl; protected $apiUrl;
protected $apiKey; protected $apiKey;
protected $apiVersion = '2'; protected $apiVersion = '3';
protected $generatedAt; protected $generatedAt;
protected $parameters; protected $parameters;