Manual

Version 1.1
1. Registration
Request: /api/signup/email/password/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
2. Authentication
Request: /api/auth/email/password/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
3. Bind a new device
Request: /api/device_bind/email/password/device_id/device_name/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
4. Unbind a device
Request: /api/device_unbind/email/password/device_id/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
5. Check if device bound
Request: /api/device_check/email/password/device_id/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
6. Check if package has been bought
Request: /api/package_check/email/password/package_id/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
7. Buy a package
Request: /api/package_buy/email/password/package_id/
Answer: JSON { "status": "0/1", "error": "some text if error occur" }
Errors
{##} {#
8. List of bound devices
#} {#
#} {#Request: /api/device_list/email/password/
#} {#Answer:#} {# JSON {"devices":[
#} {# {"id": "00-02-В1-44-8L-8S", "date": "13.08.2013"},
#} {# {"id": "00-02-В1-44-8L-8S", "date": "13.08.2014"}
#} {#]}

#} {#
#} {##} {#
Структура товаров goods
#} {#
#} {# Атрибуты item:#} {##} {#Данные item:#} {##} {##} {##} {#
#} {##} {#
#} {#
#}