{-# LANGUAGE DataKinds #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE TypeOperators #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-duplicate-exports #-} -- | -- Module : Network.Google.Fonts -- Copyright : (c) 2015-2016 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- -- Accesses the metadata for all families served by Google Fonts, providing -- a list of families currently available (including available styles and a -- list of supported script subsets). -- -- /See:/ module Network.Google.Fonts ( -- * Service Configuration fontsService -- * API Declaration , FontsAPI -- * Resources -- ** webfonts.webfonts.list , module Network.Google.Resource.Webfonts.Webfonts.List -- * Types -- ** Webfont , Webfont , webfont , wVariants , wKind , wCategory , wFamily , wVersion , wFiles , wSubSets , wLastModified -- ** WebfontList , WebfontList , webfontList , wlKind , wlItems -- ** WebfontsListSort , WebfontsListSort (..) -- ** WebfontFiles , WebfontFiles , webfontFiles , wfAddtional ) where import Network.Google.Fonts.Types import Network.Google.Prelude import Network.Google.Resource.Webfonts.Webfonts.List {- $resources TODO -} -- | Represents the entirety of the methods and resources available for the Google Fonts Developer API service. type FontsAPI = WebfontsListResource