We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
search/url
If the API is called with 3 urls:
POST [url1, url2, url3]
and a match can only be found for one, the response is:
[url1]
This makes it difficult to map items responses back to item requests.
+@samgiles
The text was updated successfully, but these errors were encountered:
The response should be more like:
[{data}, {}, {}]
or
[{data}, false, false]
Sorry, something went wrong.
After digging a little deeper it appear that maybe the response array only ever contains the first item.
No branches or pull requests
If the API is called with 3 urls:
and a match can only be found for one, the response is:
This makes it difficult to map items responses back to item requests.
+@samgiles
The text was updated successfully, but these errors were encountered: