-
Notifications
You must be signed in to change notification settings - Fork 139
newhinton: Expose image api for other clients as api v1.4 including routes fix #1600
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
newhinton: Expose image api for other clients as api v1.4 including routes fix #1600
Conversation
d335138
to
cc83bb3
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.
Thank you so much! I tested and it works. I'm happy, just two comments and we can merge:
Updates the date of the contribution Adds missing parameter documentation Adds example curl requests how to call the API Use term attachment instead of image to make more generic Resolves review comment nextcloud#1600 (comment) Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
Updates the date of the contribution Adds missing parameter documentation Adds example curl requests how to call the API Use term attachment instead of image to make more generic Resolves review comment nextcloud#1600 (comment) Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
e3dec3c
to
2307313
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.
Thanks!
Welcome :) Just rebased on main and rested, looks good to me. |
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.
Some CI checks are failing. See comments for suggested fixes. Also, need to run composer run cs:fix
in the end to resolve the lint error
Also, for the Block unconventional commit check, you can just edit all commit messages to be prefixed with |
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
Updates the date of the contribution Adds missing parameter documentation Adds example curl requests how to call the API Use term attachment instead of image to make more generic Resolves review comment nextcloud#1600 (comment) Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
2307313
to
2137827
Compare
Signed-off-by: oli-ver <oli-ver@users.noreply.github.com>
bfbc6eb
to
4183669
Compare
@enjeck I think I now covered all of that. Can you please recheck? |
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.
Cool
Fixes the routing discussed in #826
Rebases the code provided by @newhinton on main, extends PR #1123