foss42 / api

Open Source APIs
https://api.apidash.dev/docs
Apache License 2.0
59 stars 28 forks source link

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

Closed deepashri30 closed 4 months ago

deepashri30 commented 4 months ago

Added In the route routes/io, added a new API which accepts a body of Content-Type: application/octet-stream and provides a useful output.

Also resolved the Naming Conflict with Built-in io Module in the file app.py Running the FastAPI application with the filename io.py leads to an error where Uvicorn cannot find the io_router attribute in the io module. This is caused by the naming conflict with the built-in io module.

animator commented 4 months ago

We do not have any conflicts with io. The code structuring done by you is not permitted.