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
{{ message }}
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
if the Host url is input parameter along with client id, secret and refresh_token, then it will useful to your package as it is instead of forking a copy.
The text was updated successfully, but these errors were encountered:
class ConnectionManager(alexa_client.connection.ConnectionManager):
host = ...
class AlexaClient(alexa_client.AlexaClient):
connection_manager_class = ConnectionManager
adding host as a first class citizen paramater is indeed a good idea. I'll get on this soon
Currently, host is hardcoded to old legacy url 'avs-alexa-eu.amazon.com'. AVS enforcing to use specific region Base URLs https://developer.amazon.com/docs/alexa-voice-service/api-overview.html#endpoints. For example, my client expected be connected with host North America Host Base URLs.
if the Host url is input parameter along with client id, secret and refresh_token, then it will useful to your package as it is instead of forking a copy.
The text was updated successfully, but these errors were encountered: