Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 1.01 KB

ZoomAPI

The Zoom API allows developers to safely and securely access information from Zoom. You can use this API to build private services or public applications on our marketplace. To learn how to get your credentials and create private/public applications, read this guide. All endpoints are available via `https` and are located at `api.zoom.us/v2/`. For instance you can list all users on an account via `https://api.zoom.us/v2/users/`.

Installation

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

def deps do
  [{:zoom_api, "~> 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/zoom_api.