-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Joke Search Paginated API #459
Comments
Hi, you may use the ?amount parameter with a value of up to 10 to get multiple jokes at a time. |
this API does not provide pagination. You might need to explore alternative solutions, such as implementing caching and managing jokes on your end and also for the Search Functionality you need to build it at your end Things to consider this joke API by @Sv443 has 120 requests per min and a very limited number of jokes, it does not provide a large number of joke libraries so it can cause a challenge when implementing pagination, especially if you have multiple pages and multiple requests. you need to check for the following things Hey, I'm new to web development, and I don't want to provide incorrect information. Please correct me if I'm wrong. I sincerely apologize for any inconvenience. |
I think for now this will help me at certain point |
Is your feature request related to a problem? Please describe.
I've build Joke generator app where I'm planning to add Search feature but currently looking at docs can say
https://v2.jokeapi.dev/joke/Any?contains=searchString
this api return single joke, is there any possibility to get list of joke with corresponding to searchString in pagination formDescribe the solution you'd like
It will be great if client or api consumer receive the something similar fashion.
Describe alternatives you've considered
Nothing
Additional context
https://github.com/swapnil-musale/JetJoke
The text was updated successfully, but these errors were encountered: