Shubham Waje

Results 43 comments of Shubham Waje

@Sarthak-ONS get all random products api itself has a search query parameter which is responsible for the searching. Checkout this code line: https://github.com/hiteshchoudhary/apihub/blob/main/src%2Fcontrollers%2Fpublic%2Frandomproduct.controllers.js#L10 Also here's the [swagger api item](https://api.freeapi.app/#/) in...

@Sarthak-ONS The public APIs don't interact with the database, so I'm not entirely sure why the ID not being an ObjectId is an issue. You can use the numeric ID...

We want this project to be backward compatible and must work on majority of versions of the tools that we are using. I guess --watch flag is not needed and...

@KadlagAkash Looks good. You can proceed with opening a PR for the same. Thank you

@yokey1219 Could you please try this with node version < 20?

Fixed in commit: https://github.com/hiteshchoudhary/apihub/commit/8c98e243b980c156a83e0165a62bad56e9c68bfb

@arnb-smnta kindly go through the naming convention we are following for FreeAPI we are not following camel casing in file names and routes. Also, let us know once the PR...

> @arnb-smnta kindly go through the naming convention we are following for FreeAPI we are not following camel casing in file names and routes. Also, let us know once the...

@arnb-smnta Please go through all the review comments and fix those. If you have any doubts regarding any comment, please reply to the comment. Thank you.

@SaqibSattar to Anirudh's point, any additions made to existing FreeAPI modules must not enforce or break existing module logic. Any fields or logic you want to add in core modules...