QiitaEx - Qiita API v2 Interface for Elixir
Installation
Add :qiita_ex library to your project's dependencies in mix.exs:
defp deps do
[
{:qiita_ex, "~> 0.0.1"}
]
endAnd fetch:
$ mix deps.getUsage
Go to https://qiita.com/settings/tokens/new and get your token.
iex> response = QiitaEx.API.Users.get_user("<YOUR_ACCESS_TOKEN>", "ma2ge")
iex> response.status_code
iex> response.headers
iex> response.bodyLicense
Copyright © 2014 Takayuki Matsubara, released under the MIT license.