Project

General

Profile

Actions

GeTS API » History » Revision 7

« Previous | Revision 7/13 (diff) | Next »
Кирилл Кулаков, 10/21/2013 01:18 PM


GeTS API

API based on HTTP protocol and YMapsML language.

Points

Add point

Adds one or several points into database.

Request:

<request token="%token%" isPublic="%true/false%" channel="%channel%">
  <point>
    <!-- points in Yandex format -->
  </point>
<request>

Params:
  • token - user's token (see function login)
  • true/false - true if point should be in public space, otherwise - false
  • channel - the name of user's channel or name of category channel
  • list of points

Response:

<response>
%message%
%error%
<response>

Request should be kappa.cs.karelia.ru/~davydovs/gets/addPoints.php

Remove point

Load points

Update point

Tracks

Add track

Load track

Update track's info

Remove track

Category

addCategory

getCategory

Users

Registration

Authorization

Quit session

Remove user

Updated by Кирилл Кулаков about 11 years ago · 7 revisions