A simple wrapper for CINT.com REST API.
If available in Hex, the package can be installed
by adding cint_api to your list of dependencies in mix.exs:
def deps do
[
{:cint_api, "~> 0.1.0"}
]
endCopy your push service credentials to application config file:
config :cint_api, CintApi,
url: "https://cdp.cintworks.net/"
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cint_api.