IvcvEx

Hex.pmHex.pmDocs

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

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

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

License

Licensed under MIT license


PS

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

GitHub stars