Qiitex
Simple Elixir wrapper for the Qiita v2 API.
Based heavily on the Tentacat libraries
Usage
iex> client = Qiitex.client.new()
iex> Qiitex.Tags.list client
Installation
If available in Hex, the package can be installed
by adding qiitex to your list of dependencies in mix.exs:
def deps do
[{:qiitex, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/qiitex.