Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API Key Management #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add API Key Management #1

wants to merge 1 commit into from

Conversation

vamsii777
Copy link

This PR adds API Key management to the swift-resend library, letting users create, list, and delete API keys with ease. It introduces the APIKeyClient class to handle these actions and includes new models for handling API key requests and responses.

Copy link

gitguardian bot commented Nov 2, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Adds API Key management functionality to the `swift-resend` library, allowing users to create, list, and delete API Keys.

This introduces the `APIKeyClient` class, which provides the necessary methods for managing API keys. It also includes new models for representing API key creation requests, responses, and lists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant