Skip to content

A simple wrapper for CINT.com REST API

adaptunit/cint_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CintApi

A simple wrapper for CINT.com REST API.

Installation

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"}
  ]
end

Config

Copy 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.

About

A simple wrapper for CINT.com REST API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages