You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing as https://github.com/zacs/ha-gtfs-rt now has support for custom headers, it solved a major blocker I had with connecting to Auckland Transport's API, which requires a header named Ocp-Apim-Subscription-Key with the actual API key for my account. I also need to send Accept: application/x-protobuf alongside the token to ensure the API returns the correct data format.
What support is there in this version to pass custom headers?
The text was updated successfully, but these errors were encountered:
Seeing as https://github.com/zacs/ha-gtfs-rt now has support for custom headers, it solved a major blocker I had with connecting to Auckland Transport's API, which requires a header named
Ocp-Apim-Subscription-Key
with the actual API key for my account. I also need to sendAccept: application/x-protobuf
alongside the token to ensure the API returns the correct data format.What support is there in this version to pass custom headers?
The text was updated successfully, but these errors were encountered: