hivetaxi-sdk
Version:
HiveTaxi SDK for JavaScript
20 lines • 362 B
JSON
{
"rules": {
"*/*": {
"endpoint": "{service}-{region}.hivetaxi.com"
},
"ru/*": "globalRU"
},
"patterns": {
"globalSSL": {
"endpoint": "api.hivetaxi.com",
"globalEndpoint": true
},
"globalRU": {
"endpoint": "api.hivetaxi.ru"
},
"dash": {
"endpoint": "{service}-{region}.hivetaxi.com"
}
}
}