org.clojars.wjlroe/clj-bookmarks

A client library for for bookmarking services such as [del.icio.us](http://delicious.com) or [Pinboard](http://pinboard.in). It provides both annonymous and named access. In the former case the APIs do not allow as many features as in the latter one.

Leiningen/Boot

[org.clojars.wjlroe/clj-bookmarks "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.wjlroe/clj-bookmarks {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("org.clojars.wjlroe:clj-bookmarks:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.wjlroe</groupId>
  <artifactId>clj-bookmarks</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.