Lack of interest Allow muting API key generation notifications

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

DragonByte Tech

Well-known member
At the moment, there is no way to programmatically generate an API key using the Api Key Manager service without also receiving the notifications.

There should be a standard setSendAlert() function setup that allows us to mute the notifications when we're programmatically generating a heap of API keys with limited scopes.


Fillip
 
Upvote 3
This suggestion has been closed. Votes are no longer accepted.
If you have particular needs here, you don't need to use the API key manager service -- this is specifically for "normal" management situations. You can just use the entity directly.
 
If you have particular needs here, you don't need to use the API key manager service -- this is specifically for "normal" management situations. You can just use the entity directly.
If third party addons need to extend the key management process, they would probably look into extending the service first rather than the entity directly.

In other words, for maximum compatibility with third party addons I use services whenever they’re available.

I worked around this by extending the entity and adding an extra check to the notifiable changes function, but it would be nice if this was an option still :)


Fillip
 
Back
Top Bottom