----------------------------------------------------------------------------- -- | -- License : BSD-3-Clause -- Maintainer : Oleg Grenrus -- -- This module re-exports all request constructors and data definitions for -- working with GitHub Enterprise. -- module GitHub.Enterprise ( -- * Enterprise Admin -- | See -- ** Organizations -- | See createOrganizationR, renameOrganizationR, -- * Data definitions module GitHub.Data.Enterprise, ) where import GitHub.Data.Enterprise import GitHub.Endpoints.Enterprise.Organizations