class Pinboard::Client
- Pinboard::Client
- Reference
- Object
Defined in:
pinboard/client.crConstructors
Instance Method Summary
-
#add(post : Post)
Add a bookmark, but don't replace if it already existed.
-
#add!(post)
Add a bookmark, always replacing it.
- #dates(tags = nil)
-
#delete(url)
Delete a bookmark by URL.
-
#get(date : Time | Nil = nil, tags : Array(String) | Nil = nil, meta = false)
Find posts by tag, or date.
-
#get(url)
Get a single Post by URL.
-
#last_update
Returns the most recent time a bookmark was added, updated or deleted.
- #posts(tags = nil, page = 0, start_at = nil, end_at = nil)
-
#recent(tags = nil, count = 15)
Returns a list of the user's most recent posts, filtered by tag.
- #transport : Pinboard::Transport::Base
- #transport=(transport : Pinboard::Transport::Base)
Constructor Detail
Instance Method Detail
Find posts by tag, or date.
Returns a list of the user's most recent posts, filtered by tag.