hivetaxi-sdk
Version:
HiveTaxi SDK for JavaScript
40 lines • 878 B
JSON
{
"version": "1.0",
"metadata": {
"apiVersion": "1.0",
"endpointPrefix": "driver",
"protocol": "rest-json",
"serviceFullName": "HiveTaxi Driver Service",
"signatureVersion": "v1",
"targetPrefix": "Driver_1.0"
},
"operations": {
"ResubmitActivationCode": {
"http": {
"method": "GET",
"requestUri": "/1.0/driver/resubmit"
},
"input": {
"type": "structure",
"required": [
"id"
],
"members": {
"id": {
"type": "integer",
"location": "querystring",
"locationName": "id"
},
"confirmationType": {
"type": "string",
"location": "querystring",
"locationName": "confirmationType"
}
}
},
"output": {}
}
},
"shapes": {},
"waiters": {}
}