ExWebexteams

This is currently a use at your own risk package. The intended functionality works well in my limited test case (posting messages to a room) but has not been robustly tested.

Currently we are only exposing get, post and one “helper” type function (post_message). Much more functionality needs to be added to make this generally useful.

Installation

If available in Hex, the package can be installed by adding ex_webexteams to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_webexteams, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_webexteams.