ExBacklog
Elixir client library for Backlog.(It is not official.)
Installation
If available in Hex, the package can be installed
by adding ex_backlog to your list of dependencies in mix.exs:
def deps do
[
{:ex_backlog, "~> 0.1.0"}
]
endExample
iex> client = ExBacklog.Client.new("<access-base-url>", "<access-api-key>")
iex> ExBacklog.Users.get_users(client)
%HTTPoison.Response{body: "[{.....
status_code: 200}Tests
mix testDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_backlog.
License
This project is licensed under the terms of the MIT license, see LICENSE.