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

feat: change 'auth token' verbiage to 'API key' #151

Closed
wants to merge 1 commit into from

Conversation

cprice404
Copy link
Contributor

No description provided.

pub fn new(token: String, valid_for: Duration) -> Self {
Self { token, valid_for }
pub fn new(api_key: String, valid_for: Duration) -> Self {
Self { api_key: api_key, valid_for }

Check failure

Code scanning / clippy

redundant field names in struct initialization Error

redundant field names in struct initialization
@cprice404 cprice404 closed this Oct 26, 2023
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