ExChatwork
simple HTTP client for Chatwork.
Installation
def deps do
[
{:ex_chatwork, "~> 0.1.0"}
]
endConfiguration
use Mix.Config
config :ex_chatwork,
api_token: ""
export API_TOKEN="YOUR API_TOKEN"License
MIT
simple HTTP client for Chatwork.
def deps do
[
{:ex_chatwork, "~> 0.1.0"}
]
enduse Mix.Config
config :ex_chatwork,
api_token: ""
export API_TOKEN="YOUR API_TOKEN"MIT