Pinboard::Client
Inherits Reference / Object
Constructors
new(token, transport : Transport::Base = Transport::HTTP.new)
SourceInstance methods
dates(tags = nil)
Sourceget(date : Time | Nil = nil, tags : Array(String) | Nil = nil, meta = false)
Find posts by tag, or date.
posts(tags = nil, page = 0, start_at = nil, end_at = nil)
Sourcerecent(tags = nil, count = 15)
Returns a list of the user's most recent posts, filtered by tag.
transport
Sourcetransport=(transport : Pinboard::Transport::Base)
Source