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

fix: http methods #154

Merged
merged 10 commits into from
Mar 31, 2023
Merged

fix: http methods #154

merged 10 commits into from
Mar 31, 2023

Conversation

TheRealKasumi
Copy link
Owner

@TheRealKasumi TheRealKasumi commented Mar 5, 2023

closes #147

As discussed it would probably be "more correct" to use patch instead of post at some points. So let's do it, should be easy.
Note: Frontend must be done before merging.

@TheRealKasumi TheRealKasumi marked this pull request as ready for review March 5, 2023 17:03
Copy link
Collaborator

@JakobLichterfeld JakobLichterfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm beside one line, see in-line comment

Copy link
Collaborator

@JakobLichterfeld JakobLichterfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@danielbayerlein
Copy link
Collaborator

@TheRealKasumi I've changed the HTTP request methods in the UI.

@danielbayerlein danielbayerlein added enhancement New feature or request frontend Issues related to the web-app mcu Issues related to the main controll unit labels Mar 19, 2023
@TheRealKasumi
Copy link
Owner Author

Works for me when you are sure the methods are correct😋. I can't really test it right now. But in case of problems we can do a quick fix I guess.

@TheRealKasumi
Copy link
Owner Author

Seems to be all working. Maybe a small adjustment is required after #172.

Copy link
Owner Author

@TheRealKasumi TheRealKasumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! From my side we can merge.

@danielbayerlein danielbayerlein merged commit 63d5de9 into main Mar 31, 2023
@danielbayerlein danielbayerlein deleted the fix/147-http-method branch March 31, 2023 08:14
TheRealKasumi added a commit that referenced this pull request Mar 31, 2023
* Sync with internal rep

* update doc

* Fix typo

* Update methods

* Remove secret information *laugh*

* chore(ui): update http request methods

Closes: #154

---------

Co-authored-by: Daniel Bayerlein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Issues related to the web-app mcu Issues related to the main controll unit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust endpoints that update configurations to use method patch instead of post
3 participants