Created
September 7, 2023 16:50
-
-
Save mjmenger/07cd7b285ee3ab1ed76eb1ac5a6d7aef to your computer and use it in GitHub Desktop.
testing Trip Check API with Rest Client
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
GET https://api.odot.state.or.us/tripcheck/Incidents?RouteId=OR242,OR120,US97,OR126,OR22,US197&EventTypeId=DS | |
Cache-Control: no-cache | |
Ocp-Apim-Subscription-Key: {{$dotenv tripcheck_key}} | |
### | |
GET https://api.odot.state.or.us/tripcheck/Incidents | |
Cache-Control: no-cache | |
Ocp-Apim-Subscription-Key: {{$dotenv tripcheck_key}} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment