ExChatwork
ChatWork API Interface for Elixir.
Installation
If available in Hex, the package can be installed
by adding exchatwork to your list of dependencies in mix.exs:
def deps do
[{:exchatwork, "~> 0.1.0"}]
endUsage
$ iex -S mix
iex> response = ExChatwork.get_rooms("YOUR_API_KEY")
iex> response.status_code
iex> response.headers
iex> response.bodyDocs
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exchatwork.
License
MIT