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
Due to the need for an API key, it's not straightforward to see how to develop against the backend API locally.
Write documentation on the ability to provide the X-API-Key Header or the api_key query parameter when used with the environment variable ALLOW_ANY_API_KEY.
An alternative is to disable API key checking in development entirely and just assign a default one.
The text was updated successfully, but these errors were encountered:
Due to the need for an API key, it's not straightforward to see how to develop against the backend API locally.
Write documentation on the ability to provide the
X-API-Key
Header or theapi_key
query parameter when used with the environment variableALLOW_ANY_API_KEY
.An alternative is to disable API key checking in development entirely and just assign a default one.
The text was updated successfully, but these errors were encountered: