Add auth key support #70
Labels
part:code
Affects the code in general
priority:high
Address this as soon as possible
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
We need to add an auth key to every request for authorization.
Proposed solution
Make the
BaseApiClient
take akey
in the constructor and automatically pass the keys to stub methods.Use cases
No response
Alternatives and workarounds
No response
Additional context
Example implementation:
But maybe we can use the
AuthMetadataPlugin
:The text was updated successfully, but these errors were encountered: