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

Added an API which accepts a body of Content-Type: application/octet-… #43

Closed
wants to merge 1 commit into from

Conversation

deepashri30
Copy link

Added Api as per assigned in issue number #20 which was assigned to me.
No core functionalities changed only added the api
#20

Contribution under GSSOC_24

@ashitaprasad
Copy link
Member

The PR looks good. Just you need to remove

from fastapi.responses import JSONResponse
from fastapi import HTTPException

as we have pre-defined response utils (ok_200(), internal_error_500()) already being used across the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an API which accepts a body of Content-Type: application/octet-stream
2 participants