{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Fonts.Types
(
fontsService
, Webfont
, webfont
, wVariants
, wKind
, wCategory
, wFamily
, wVersion
, wFiles
, wSubSets
, wLastModified
, WebfontList
, webfontList
, wlKind
, wlItems
, WebfontsListSort (..)
, WebfontFiles
, webfontFiles
, wfAddtional
) where
import Network.Google.Fonts.Types.Product
import Network.Google.Fonts.Types.Sum
import Network.Google.Prelude
fontsService :: ServiceConfig
fontsService
= defaultService (ServiceId "webfonts:v1")
"www.googleapis.com"