Packages

An Elixir wrapper for the Stories API, by Clockk.com Inc.

Current section

Files

Jump to
stories lib tag.ex
Raw

lib/tag.ex

defmodule Stories.Tag do
use Stories.Resource
defstruct [
:id,
:name,
:slug
]
def resource, do: "tags"
end