module Serv.Api ( Api (..) , Method (..) , Body (..) , Path (..) , Verb (..) , Pair (..) ) where import Serv.Internal.Api import Serv.Internal.Verb import Serv.Internal.Pair