-
-
Notifications
You must be signed in to change notification settings - Fork 148
feat(model, cache): Add support for application editing and new application fields #2284
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(model, cache): Add support for application editing and new application fields #2284
Conversation
laralove143
left a comment
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.
thank you for this pr
Gelbpunkt
left a comment
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.
I'm slightly bothered by the mismatch in naming between GetCurrentUserApplicationInfo and UpdateCurrentUserApplication, either both should have the Info suffix, or neither of them. We should probably remove Info from the former in a followup PR to next (to match the naming in the docs).
Erk-
left a comment
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.
Just a small nit, with the changes requested by Gelbpunkt it looks good.
…eat/application-edit
…eat/application-edit
Ref:
Additionally, this changes the path for
get_user_applicationto be/application/@meinstead of/oauth2/applications/@mefor consistency. This returns the same data and shouldn't effect any users.