Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub const LOGIN: &str = "http://hosting.wialon.com/login.html?user=<user>&duration=100";
pub const OAUTH: &str = "http://hosting.wialon.com/oauth.html?user=<user>";

pub const URL: &str = "http://hst-api.wialon.com/wialon/ajax.html";
pub const AVL: &str = "http://hst-api.wialon.com/avl_evts";

pub const SID: &str = "sid=<sid>";
pub const SVC: &str = "svc=<svc>";
pub const PARAMS: &str = "params=<params>";

pub const TOKEN_LOGIN: &str = "token/login";
pub const TOKEN_UPDATE: &str = "token/update";
pub const TOKEN_LIST: &str = "token/list";
pub const CORE_SEARCH_ITEM: &str = "core/search_item";
pub const CORE_SEARCH_ITEMS: &str = "core/search_items";
pub const CORE_UPDATE_DATA_FLAGS: &str = "core/update_data_flags";
pub const CORE_LOGOUT: &str = "core/logout";