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
Expected behavior On both search results and item page, API response should contain main_image_url and thumbnail_url according to source:
main_image_url
thumbnail_url
If an item has a "bagnowka": "True" field, the image url should be https://s3-us-west-2.amazonaws.com/bagnowka-scraped/full/{PICTURE ID}.jpg.
"bagnowka": "True"
https://s3-us-west-2.amazonaws.com/bagnowka-scraped/full/{PICTURE ID}.jpg
Otherwise, it should be https://storage.googleapis.com/{BUCKET}/{PICTURE ID}.jpg
https://storage.googleapis.com/{BUCKET}/{PICTURE ID}.jpg
See PR API should return bagnowka images urls directed to AWS (new) #166
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
On both search results and item page, API response should contain
main_image_url
andthumbnail_url
according to source:If an item has a
"bagnowka": "True"
field, the image url should behttps://s3-us-west-2.amazonaws.com/bagnowka-scraped/full/{PICTURE ID}.jpg
.Otherwise, it should be
https://storage.googleapis.com/{BUCKET}/{PICTURE ID}.jpg
See PR API should return bagnowka images urls directed to AWS (new) #166
The text was updated successfully, but these errors were encountered: