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

Trying to send multiple keyword in "search" parameter of body content when sending a POST request for obtain random verses #245

Open
AdrianoAntoniev opened this issue Mar 9, 2021 · 0 comments

Comments

@AdrianoAntoniev
Copy link

AdrianoAntoniev commented Mar 9, 2021

Given the post request POST https://www.abibliadigital.com.br/api/verses/search which should have a JSON body, would be possible to implement a way to send multiple keywords?
How the post request body works actually:
{
"version": "nvi",
"search": "amor"
}
The way I have explaned above
{
"version": "nvi",
"search": ["amor", "paciência", "perdão"]
}

This way, it will be possible to create a whole bunch of random verses.

@AdrianoAntoniev AdrianoAntoniev changed the title Problemas ao buscar um verso aleatório a partir de mais de uma palavra chave Trying to send multiple keyword in "search" parameter of body content when sending a POST request for obtain random verses Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant