-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Users should be able to use other approaches to loading API keys. The following approaches seem useful, although certainly there are others:
GetApiKeys()- The current approach using theGetApiKeysendpointGetApiKeys(customerId)- UseGetApiKeyscustomerIdparameter to filter API keys. The API key'scustomerIdfield must match itsvaluefield.GetApiKeys(name)- UseGetApiKeysnameQueryparameter to filter API keys. The API key'snamefield must match itsvaluefield.
These values should be given in a String parameter. If the API key cannot be found with the given method, then unauthorized.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed