-
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 theGetApiKeys
endpointGetApiKeys(customerId)
- UseGetApiKeys
customerId
parameter to filter API keys. The API key'scustomerId
field must match itsvalue
field.GetApiKeys(name)
- UseGetApiKeys
nameQuery
parameter to filter API keys. The API key'sname
field must match itsvalue
field.
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