Get bookmark(s)
documentedReturns one or more bookmarks on a single day matching the arguments (by date or URL).
GET /v1/posts/getPostsno 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/get?auth_token={{PINBOARD_USERNAME}}:{{PINBOARD_API_KEY}}&tag={{$tag}}&url={{$url}}&dt={{$dt}}&format=json" \
-H "Accept: application/json" \
-H "Content-Type: application/json"