pinboard-0.6.2.1: Access to the Pinboard API

Copyright(c) Jon Schoning, 2015
Maintainerjonschoning@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Pinboard.ApiTypes

Contents

Description

 

Synopsis

Posts

Notes

Tags

Scalars

Aliases

type Url = Text Source

as defined by RFC 3986. Allowed schemes are http, https, javascript, mailto, ftp and file. The Safari-specific feed scheme is allowed but will be treated as a synonym for http.

type Description = Text Source

up to 255 characters long

type Extended = Text Source

up to 65536 characters long. Any URLs will be auto-linkified when displayed.

type Tag = Text Source

up to 255 characters. May not contain commas or whitespace.

type Old = Tag Source

type New = Tag Source

type Date = Day Source

UTC date in this format: 2010-12-11. Same range as datetime above

type DateTime = UTCTime Source

UTC timestamp in this format: 2010-12-11T19:48:02Z. Valid date range is Jan 1, 1 AD to January 1, 2100 (but see note below about future timestamps).

type Meta = Int Source