forked from organicmaps/organicmaps
[doc] Updated client/server protocol description
This commit is contained in:
parent
e635104536
commit
1529969f4b
1 changed files with 4 additions and 2 deletions
|
@ -52,13 +52,15 @@ Response: Credit [, Error]
|
|||
}
|
||||
|
||||
Description: Sent by client when he tries to download the country file
|
||||
Request: ID, File
|
||||
Request: ID, Version, File, Size
|
||||
{
|
||||
"ID":"12345",
|
||||
"Cmd":"Download",
|
||||
"Params":
|
||||
{
|
||||
"File":"Belarus.mwm"
|
||||
"Version":110920,
|
||||
"File":"Belarus.mwm",
|
||||
"Size":47123456
|
||||
}
|
||||
}
|
||||
Response: File[, Urls | Error]
|
||||
|
|
Loading…
Add table
Reference in a new issue