Last active
March 5, 2022 18:16
-
-
Save alinetskyi/23057047e97da3a12c098ea5f0f279e3 to your computer and use it in GitHub Desktop.
API responses for companies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Ikea", | |
"logo_url": "https://www.ikea.com/de/de/static/ikea-logo.f7d9229f806b59ec64cb.svg", | |
"article_url": "https://www.eurointegration.com.ua/news/2022/03/5/7135310/", | |
"date": "19/01/2022" | |
}, | |
{ | |
"id": 2, | |
"name": "Ikea", | |
"logo_url": "https://www.ikea.com/de/de/static/ikea-logo.f7d9229f806b59ec64cb.svg", | |
"article_url": "https://www.eurointegration.com.ua/news/2022/03/5/7135310/", | |
"date": "19/01/2022" | |
}, | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"count": 123, | |
"categories": [ | |
"fashion", | |
"auto", | |
"tech", | |
"furniture" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment