Read blog posts
documentedRead posts from a blog via the v1 Read API endpoint.
GET /api/readBlogsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$blog_subdomain}}.tumblr.com/api/read/json" \
-G \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d "start={{$start}}" \
-d "num={{$limit}}" \
-d "type={{$type}}" \
-d "id={{$id}}" \
-d "filter={{$filter}}" \
-d "tagged={{$tagged}}"