Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out DEV. All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentica
curl \ -H "api-key: $API_KEY" \ https://dev.to/api/api/tags
curl \ -H "api-key: $API_KEY" \ https://dev.to/api/api/pages
curl \ -H "api-key: $API_KEY" \ https://dev.to/api/api/videos