pinboardixir v0.0.2 Pinboardixir.Posts

Endpoints under “/posts”.

Summary

Functions

Get all bookmarks in the user’s account, return a list of Pinboardixir.Post structs

Functions

all(options \\ nil)

Get all bookmarks in the user’s account, return a list of Pinboardixir.Post structs.

You can pass a Keyword List as options, refer to the official documentation for explaination and example. Additional notes:

  • All values should be String, booleans are represented as “yes” or “no”
  • :tag to filter by multiple tags, seperate them by “,”
  • Although not documented, :toread can be used to filter posts marked as “read later”