VanwaTech Elixir

Client library for the VanwaTech API.

Features

Web Tools API

This allows for performing certain basic tasks like looking up a domain, checking the health of a website, and lookup information on a IPFS hash.

Although we've implemented most of the Web Tools API, there's a couple of API features that haven't been implemented.

What's been implemented

What's not been implemented

Installation

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

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

Configuration

After installing, you will need to configure VanwaTech for your application.

import Config

config :vanwatech,
  endpoint: "https://api.vanwa.tech"

Supported options

License

VanwaTech Elixir is licensed under the MIT License. See LICENSE.md for a full copy of the license.