-
-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
enhancementCategory: A PR with an enhancementCategory: A PR with an enhancementimportantHigh priorityHigh priority
Description
I'd like the ability to set multiple API keys in the config file and rotate through them when querying the provider API. This would allow someone to artificially increase their quota limit without having to go through the provider approval process.
Current Behavior:
[tokens]
youtube = "{YOUTUBE_API_TOKEN}"
vimeo = "{VIMEO_API_TOKEN}"
Requested Behavior:
[tokens]
youtube = ["{YOUTUBE_API_TOKEN}", "{YOUTUBE_API_TOKEN_2}"]
vimeo = ["{VIMEO_API_TOKEN}", "{VIMEO_API_TOKEN_2}"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementCategory: A PR with an enhancementCategory: A PR with an enhancementimportantHigh priorityHigh priority