Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tdei-api-gateway-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) data system. It is intended for applications producing data to and consuming data from the TDEI system. It currently supports GTFS-Pathways, GTFS-Flex v2 and OpenSidewalks v0.2 data schemas.",
"contact": {
"name": "TDEI",
"url": "https://transitequity.cs.washington.edu/",
"email": "[email protected]"
"url": "http://www.tdei.us/",
"email": "[email protected]"
},
"version": "v0.1"
},
"servers": [
{
"url": "https://tdei-gateway-prod.azurewebsites.net",
"url": "https://api.tdei.us/",
"description": "TDEI API Gateway"
}
],
Expand Down
6 changes: 3 additions & 3 deletions tdei-api-gateway-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) data system. It is intended for applications producing data to and consuming data from the TDEI system. It currently supports GTFS-Pathways, GTFS-Flex v2 and OpenSidewalks v0.2 data schemas.",
"contact": {
"name": "TDEI",
"url": "https://transitequity.cs.washington.edu/",
"email": "[email protected]"
"url": "http://www.tdei.us/",
"email": "[email protected]"
},
"version": "v0.1"
},
"servers": [
{
"url": "https://tdei-gateway-stage.azurewebsites.net",
"url": "https://api-stage.tdei.us/",
"description": "TDEI API Gateway"
}
],
Expand Down
6 changes: 3 additions & 3 deletions tdei-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) system. It is intended for applications submitting data to and consuming data from the TDEI system. We currently support GTFS-Pathways, GTFS-Flex and OpenSidewalks (OSW) data schemas.",
"contact": {
"name": "TDEI",
"url": "https://transitequity.cs.washington.edu/",
"email": "[email protected]"
"url": "http://www.tdei.us/",
"email": "[email protected]"
},
"version": "v0.1"
},
"servers": [
{
"url": "https://tdei-api-dev.azurewebsites.net/",
"url": "https://api-dev.tdei.us/",
"description": "TDEI API Dev Gateway"
}
],
Expand Down
Loading