[][src]Module pin::pinboard

pinboard -- pinboard API client

This module provides a rudimentary client for the Pinboard API.

Structs

Client

Pinboard API client; construct with your API token.

Enums

Error

Traits

Pinboard

Functions

counts_for_json

Break down the JSON respones body (to /v1/tags/get) into a Vec of (String, usize) tuples (representing tag name & use count, respectively).

Type Definitions

Result