How to use Identibyte with examples in various programming languages
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
wreq
libraryYou 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