You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: