-
-
Notifications
You must be signed in to change notification settings - Fork 303
Add Multiple API Key Support #64
Copy link
Copy link
Closed
Labels
importantHigh 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
importantHigh priorityHigh priority