pinboardixir v0.2.0 Pinboardixir.Tags

Endpoints under “/tags”

Summary

Functions

Delete an existing tag

Returns a full list of the user’s tags along with the number of times they were used

Rename an tag, or fold it in to an existing tag

Functions

delete(tag)

Specs

delete(String.t) :: Pinboardixir.Types.result

Delete an existing tag.

get()

Specs

get :: %{String.t => integer}

Returns a full list of the user’s tags along with the number of times they were used.

rename(old_tag, new_tag)

Specs

rename(String.t, String.t) :: Pinboardixir.Types.result

Rename an tag, or fold it in to an existing tag.