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

27 Update POST image/create endpoint #28

Merged
merged 5 commits into from
Aug 9, 2024

Conversation

faisal-fawad
Copy link
Collaborator

Closes #27

See examples folder for a call via script. You can also call the same endpoint using the forms provided on the root URL (i.e. /) of the application. The attribute url determines which method is used to upload a file to the database (i.e. url vs. file). NOTE: There may (100% are) be security issues linked to this endpoint as we allow the user to choose any URL of their choice; essentially allowing any sort of data to be uploaded to the database. Though, since this endpoint is intended for personal usage I believe it is fine.

@faisal-fawad faisal-fawad linked an issue Jul 30, 2024 that may be closed by this pull request
Copy link
Collaborator

@zachale zachale left a comment

Choose a reason for hiding this comment

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

great work guys!

@faisal-fawad faisal-fawad merged commit ba06aa5 into main Aug 9, 2024
3 checks passed
@faisal-fawad faisal-fawad deleted the 27-update-post-image-create-endpoint branch August 9, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update POST image/create endpoint
3 participants