icndb v0.1.0 Icndb.Category
Category is a module responsible for fetching cateogories from ICNB API.`
Summary
Functions
Fetches categories from ICNDB API.
Example
iex> Icndb.Category.all
[%Icndb.Category{name: "explicit"}, %Icndb.Category{name: "nerdy"}]
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %Icndb.Category{name: term}