mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 10:54:28 +00:00
* add displayname * Commit from GitHub Actions (Publish APIs & Clients) Co-authored-by: domwong <domwong@users.noreply.github.com>
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"name": "routing",
|
|
"icon": "🧭",
|
|
"category": "logistics",
|
|
"pricing": {
|
|
"Routing.Route": 1000,
|
|
"Routing.Eta": 1000,
|
|
"Routing.Directions": 1000
|
|
},
|
|
"display_name": "Routing"
|
|
}
|