Shubham Waje

Results 63 comments of Shubham Waje

Yes you can proceed! cc: @jwala-anirudh

Hi @jwala-anirudh, PR #81 has been merged. Just a reminder to ensure that this branch is prepared for merging into the `main` branch. Additionally, we'll need to update the `README.md`...

Closing due to closed PR: https://github.com/hiteshchoudhary/apihub/pull/128 Let's keep further communication on closed PR. The requested changes are still not reflected in the PR kindly check. Thank you!

@Shu12388y Sounds interesting. I just wanted to know if we can introduce more features, like image conversion, image cropping, image rotation, image editing in general, etc. Since the modules under...

What all functionalities are we trying to cover in this module?

Thank you, @m-shahzab, for showing interest in contributing to the FreeAPI project. Before we get started, could you please help me with the following points: - How many movies and...

Thank you, @m-shahzab, for the answers. We can start working on this. Please raise a PR and begin working on the module. I would suggest you go through the contribution...

Seems like SSL issue on your local system. Try following fix: ```bash pip install certifi ``` ```python import certifi import requests def fetch_random_user_freeapi(): url = "https://api.freeapi.app/api/v1/public/randomusers/user/random" response = requests.get(url, verify=certifi.where())...

@Sarthak-ONS Kindly explain what the issue that we are solving here and what `preflightContinue` does in context of that. Thanks

@KomalSrivastava Can you please be a bit specific on what type of contribution you eish to do? some of the apis that you have mentioned is already a part of...