-
Notifications
You must be signed in to change notification settings - Fork 221
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: remaining-validity #778
Conversation
Looks good, bundle size change is odd though, since angular shouldn’t have this file, maybe it’s just the error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I don't have any idea about the bundle size either tho
Waiting for #779. |
It seems like this is only implemented for Node, not in the browser, am I correct? If so, why is it not available in the browser? |
Because the |
I understand 👍 I'm very exited for v4. |
This pull request adds
getSecuredApiKeyRemainingValidity
as specified on the api client specs.closes #772