Automate DEV Forem
HumDay reads DEV Forem’s own published API description and derives 40 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What DEV Forem is
Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentication. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) forma
API host: dev.to
What HumDay can do in DEV Forem
14 documented operations change something in DEV Forem.
- PUTUnpublish a User's Articles and Comments
/api/users/{id}/unpublish - POSTcreate reaction
/api/reactions - PUTSuspend a User
/api/users/{id}/suspend - DELETEremove a page
/api/pages/{id} - PUTupdate details for a page
/api/pages/{id} - POSTpages
/api/pages - POSTPublish article
/api/articles - POSTdisplay ads
/api/display_ads - POSTtoggle reaction
/api/reactions/toggle - PUTUpdate an article by id
/api/articles/{id} - PUTdisplay ads
/api/display_ads/{id} - POSTInvite a User
/api/admin/users - PUTUnpublish an article
/api/articles/{id}/unpublish - PUTunpublish
/api/display_ads/{id}/unpublish
What HumDay can read from DEV Forem
These are the operations a schedule or a trigger can watch.
- GETThe authenticated user
/api/users/me - GETA User
/api/users/{id} - GETComment by id
/api/comments/{id} - GETComments
/api/comments - GETUser's articles
/api/articles/me - GETFollowers
/api/followers/users - GETshow details for a page
/api/pages/{id} - GETUser's all articles
/api/articles/me/all - GETA Users or organizations profile image
/api/profile_images/{username} - GETUser's published articles
/api/articles/me/published - GETUser's unpublished articles
/api/articles/me/unpublished - GETTags
/api/tags - GETshow details for all pages
/api/pages - GETArticles with a video
/api/videos - GETPublished articles
/api/articles - GETdisplay ads
/api/display_ads - GETReadinglist
/api/readinglist - GETPodcast Episodes
/api/podcast_episodes - GETOrganization's users
/api/organizations/{username}/users - GETFollowed Tags
/api/follows/tags - GETPublished articles sorted by published date
/api/articles/latest - GETPublished article by id
/api/articles/{id} - GETdisplay ad
/api/display_ads/{id} - GETAn organization
/api/organizations/{username} - GETOrganization's Articles
/api/organizations/{username}/articles - GETPublished article by path
/api/articles/{username}/{slug}
How automating DEV Forem works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live DEV Forem account.
- Grant access, then go live. You approve the specific DEV Forem operations it may use — and only those.
Popular DEV Forem integrations
Connect DEV Forem to the tools people pair it with most.
- DEV Forem and OData for namespace microsoft.graphintegration
- DEV Forem and Cloudflareintegration
- DEV Forem and NetBoxintegration
- DEV Forem and GitHubintegration
- DEV Forem and Mistintegration
- DEV Forem and Loket.nlintegration
- DEV Forem and Atlassian The Jira Cloud platformintegration
- DEV Forem and Magento B2Bintegration
- DEV Forem and Stripeintegration
- DEV Forem and Zuora Reference Billingintegration
- DEV Forem and bunqintegration
- DEV Forem and DocuSignintegration
Automate DEV Forem with these
- Discord242 operations
- CPY PeerTube185 operations
- Mastodon Specification (https //github.com/mastodon/mastodon)127 operations
- spoonacular99 operations
- Discourse Documentation84 operations
- Twitter80 operations
- Trashnothing trash nothing76 operations
- Contribly44 operations
- Clubhouseapi Clubhouse41 operations
- Semantria41 operations
- Medium32 operations
- Instagram24 operations
Categories
Questions about DEV Forem automation
- Can HumDay connect to DEV Forem?
- Yes. HumDay reads DEV Forem's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 40 operations are documented.
- Do I need to write code to automate DEV Forem?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your DEV Forem account.
- What can HumDay do in DEV Forem?
- 14 of the 40 documented operations change something in DEV Forem, and 26 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my DEV Forem account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to DEV Forem is held behind that approval.
Where this came from
The operations above are read from a published API description for DEV Forem at raw.githubusercontent.com/forem/forem/main/swagger/v1/api_v1.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-07.