powerdns-0.1: PowerDNS API bindings for api/v1
Safe HaskellNone
LanguageHaskell2010

PowerDNS.API

Description

This module exports a complete servant API description of the PowerDNS. May be useful to some.

Documentation

type API = "api" :> ("v1" :> ToServantApi PowerDNS) Source #