-
Notifications
You must be signed in to change notification settings - Fork 589
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 support for edit_current_application endpoint #3035
base: next
Are you sure you want to change the base?
Conversation
f298296
to
424af70
Compare
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.
Use the provided to_vec function instead of importing it from serde_json.
Also you haven't added anything but the low level http interface? Http usually shouldn't be directly used and you should probably add a builder like how our other stuff interacts with http. |
424af70
to
0cee4cc
Compare
Pesky auto-import. Should be fixed now.
Right, so I'll make a |
It seems the |
5ba44d9
to
24ffd92
Compare
24ffd92
to
f2c1085
Compare
7f72d28
to
71ab298
Compare
20d45ab
to
8fd6b7e
Compare
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.
edit_current_appllication_info.rs -> edit_current_application_info.rs
8fd6b7e
to
8c6dd76
Compare
8c6dd76
to
6a5d2a5
Compare
Fixes #2977
This PR depends on #3041, please merge that first.