List dates with counts
documentedReturns a list of dates with the number of posts on each date.
GET /v1/posts/datesPostsno 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://api.pinboard.in/v1/posts/dates" \
-G \
-d "auth_token={{PINBOARD_API_KEY}}" \
-d "format={{$format}}" \
-H "Accept: application/json"