Skip to content

Add Multiple API Key Support #64

@AdamCurtisVT

Description

@AdamCurtisVT

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}"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementCategory: A PR with an enhancementimportantHigh priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions