eiel / oauth2_chatwork_ex

A ChatWork OAuth2 Provider for Elixir

Home Page:https://hex.pm/packages/oauth2_chatwork/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth2 ChatWork

A ChatWork OAuth2 Provider for Elixir

Build Status

OAuth2 ChatWork is convenience library built on top of oauth2. It adds ChatWork specific functions to interact with ChatWork endpoints using OAuth2.

Installation

# mix.exs

def application do
  # Add the application to your list of applications.
  # This will ensure that it will be included in a release.
  [applications: [:logger, :oauth2_chatwork]]
end

defp deps do
  # Add the dependency
  [{:oauth2_chatwork, "~> 0.1"}]
end

About

A ChatWork OAuth2 Provider for Elixir

https://hex.pm/packages/oauth2_chatwork/

License:MIT License


Languages

Language:Elixir 100.0%