Identibyte examples

How to use Identibyte with examples in various programming languages

View the Project on GitHub identibyte/examples

Haskell and Identibyte example

This directory contains an example of how to integrate Identibyte with your Haskell application. The sample code here uses the Haskell wreq library to make an API call Identibyte and check if a given email address is disposable.

Here’s the series of events

Run

You can run Main.hs using stack:

stack script Main.hs --resolver lts-9.13 --package wreq --package aeson --package lens --package lens-aeson

Identibyte  ·  GitHub @Identibyte  ·  Twitter @Identibyte