View Source IvcvEx

Hex.pm Hex.pm Docs

IvcvEx is a client library for IVCV, so you can request video analysis and later fetch the results.

You only need to set your authentication api key in the config file and enjoy the feature of IVCV withou having to configure http calls, ensure urls or dealing with tricky configurations. Use your time in the business logic of your app.


installation

Installation

The package can be installed by adding ivcv_ex to your list of dependencies in mix.exs:

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

configurations

Configurations

  • config.exs
config :ivcv_ex,
  http_client: HTTPoison,
  auth_key: "[your_authentication_key]",
  base_url: "https://api.ivcv.eu"

license

License

Licensed under MIT license


ps

PS

If you found this library useful, dont forget to star it (on github) =)

GitHub stars