Created
July 29, 2019 12:14
-
-
Save airatkh/b9d0a681d800fc5ff0d78a0efbd855c2 to your computer and use it in GitHub Desktop.
api.saferoute.ru
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://api.saferoute.ru/api/:key/sdk/widget-settings.json | |
``` | |
Expected: | |
{ | |
"status": "ok", | |
"message": "", | |
"data": { | |
"1": { | |
"type": 1, | |
"type_name": "Самовывоз", | |
"delivery": [...], | |
"points": [...] | |
}, | |
"2": { | |
"type": 2, | |
"type_name": "Курьерская", | |
"delivery": [...] | |
}, | |
"3": { | |
"type": 3, | |
"type_name": "Почта", | |
"delivery": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment