ADJ_TOKEN to an API key before running these examples. See
Authentication.12curl -H "Authorization: Bearer $ADJ_TOKEN" \ "https://api.adjacent.markets/api/v1/news/latest?per_page=20"
12curl -H "Authorization: Bearer $ADJ_TOKEN" \ "https://api.adjacent.markets/api/v1/news?source=SOURCE_ID&language=en"
12curl -H "Authorization: Bearer $ADJ_TOKEN" \ "https://api.adjacent.markets/api/v1/news/filters"
data and pagination values in meta.
Each article summary includes an id, title, url, source,
published_date, and language.12curl -H "Authorization: Bearer $ADJ_TOKEN" \ "https://api.adjacent.markets/api/v1/news/ARTICLE_ID"
author, description, and truncated
content. Keep the article url when you show a link back to the publisher.12curl -H "Authorization: Bearer $ADJ_TOKEN" \ "https://api.adjacent.markets/api/v1/news/ARTICLE_ID/markets?per_page=10"