packages feed

gogol-adsense-host 0.3.0 → 0.4.0

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~gogol-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: gogol-core

API changes (from Hackage documentation)

- Network.Google.AdSenseHost: type AdSenseHostAPI = AssociationSessionsVerifyResource :<|> (AssociationSessionsStartResource :<|> (AdClientsListResource :<|> (AdClientsGetResource :<|> (AccountsAdClientsListResource :<|> (AccountsAdClientsGetResource :<|> (AccountsReportsGenerateResource :<|> (AccountsAdUnitsInsertResource :<|> (AccountsAdUnitsListResource :<|> (AccountsAdUnitsPatchResource :<|> (AccountsAdUnitsGetResource :<|> (AccountsAdUnitsGetAdCodeResource :<|> (AccountsAdUnitsDeleteResource :<|> (AccountsAdUnitsUpdateResource :<|> (AccountsListResource :<|> (AccountsGetResource :<|> (ReportsGenerateResource :<|> (URLChannelsInsertResource :<|> (URLChannelsListResource :<|> (URLChannelsDeleteResource :<|> (CustomChannelsInsertResource :<|> (CustomChannelsListResource :<|> (CustomChannelsPatchResource :<|> (CustomChannelsGetResource :<|> (CustomChannelsDeleteResource :<|> CustomChannelsUpdateResource))))))))))))))))))))))))
+ Network.Google.AdSenseHost: type AdSenseHostAPI = AssociationSessionsVerifyResource :<|> AssociationSessionsStartResource :<|> AdClientsListResource :<|> AdClientsGetResource :<|> AccountsAdClientsListResource :<|> AccountsAdClientsGetResource :<|> AccountsReportsGenerateResource :<|> AccountsAdUnitsInsertResource :<|> AccountsAdUnitsListResource :<|> AccountsAdUnitsPatchResource :<|> AccountsAdUnitsGetResource :<|> AccountsAdUnitsGetAdCodeResource :<|> AccountsAdUnitsDeleteResource :<|> AccountsAdUnitsUpdateResource :<|> AccountsListResource :<|> AccountsGetResource :<|> ReportsGenerateResource :<|> URLChannelsInsertResource :<|> URLChannelsListResource :<|> URLChannelsDeleteResource :<|> CustomChannelsInsertResource :<|> CustomChannelsListResource :<|> CustomChannelsPatchResource :<|> CustomChannelsGetResource :<|> CustomChannelsDeleteResource :<|> CustomChannelsUpdateResource
- Network.Google.Resource.AdSenseHost.Accounts.AdClients.Get: type AccountsAdClientsGetResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdClients.Get: type AccountsAdClientsGetResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AdClient
- Network.Google.Resource.AdSenseHost.Accounts.AdClients.List: type AccountsAdClientsListResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClients)))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdClients.List: type AccountsAdClientsListResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> QueryParam "pageToken" Text :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] AdClients
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Delete: type AccountsAdUnitsDeleteResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (Capture "adUnitId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] AdUnit))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Delete: type AccountsAdUnitsDeleteResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> Capture "adUnitId" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] AdUnit
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Get: type AccountsAdUnitsGetResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (Capture "adUnitId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdUnit))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Get: type AccountsAdUnitsGetResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> Capture "adUnitId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AdUnit
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.GetAdCode: type AccountsAdUnitsGetAdCodeResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (Capture "adUnitId" Text :> ("adcode" :> (QueryParams "hostCustomChannelId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdCode))))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.GetAdCode: type AccountsAdUnitsGetAdCodeResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> Capture "adUnitId" Text :> "adcode" :> QueryParams "hostCustomChannelId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AdCode
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Insert: type AccountsAdUnitsInsertResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AdUnit :> Post '[JSON] AdUnit))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Insert: type AccountsAdUnitsInsertResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AdUnit :> Post '[JSON] AdUnit
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.List: type AccountsAdUnitsListResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (QueryParam "includeInactive" Bool :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdUnits))))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.List: type AccountsAdUnitsListResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> QueryParam "includeInactive" Bool :> QueryParam "pageToken" Text :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] AdUnits
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Patch: type AccountsAdUnitsPatchResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (QueryParam "adUnitId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AdUnit :> Patch '[JSON] AdUnit)))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Patch: type AccountsAdUnitsPatchResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> QueryParam "adUnitId" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AdUnit :> Patch '[JSON] AdUnit
- Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Update: type AccountsAdUnitsUpdateResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AdUnit :> Put '[JSON] AdUnit))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.AdUnits.Update: type AccountsAdUnitsUpdateResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "adclients" :> Capture "adClientId" Text :> "adunits" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AdUnit :> Put '[JSON] AdUnit
- Network.Google.Resource.AdSenseHost.Accounts.Get: type AccountsGetResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Account))))
+ Network.Google.Resource.AdSenseHost.Accounts.Get: type AccountsGetResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] Account
- Network.Google.Resource.AdSenseHost.Accounts.List: type AccountsListResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (QueryParams "filterAdClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Accounts))))
+ Network.Google.Resource.AdSenseHost.Accounts.List: type AccountsListResource = "adsensehost" :> "v4.1" :> "accounts" :> QueryParams "filterAdClientId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] Accounts
- Network.Google.Resource.AdSenseHost.Accounts.Reports.Generate: type AccountsReportsGenerateResource = "adsensehost" :> ("v4.1" :> ("accounts" :> (Capture "accountId" Text :> ("reports" :> (QueryParam "startDate" Text :> (QueryParam "endDate" Text :> (QueryParams "dimension" Text :> (QueryParam "locale" Text :> (QueryParams "metric" Text :> (QueryParams "sort" Text :> (QueryParams "filter" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Report))))))))))))))
+ Network.Google.Resource.AdSenseHost.Accounts.Reports.Generate: type AccountsReportsGenerateResource = "adsensehost" :> "v4.1" :> "accounts" :> Capture "accountId" Text :> "reports" :> QueryParam "startDate" Text :> QueryParam "endDate" Text :> QueryParams "dimension" Text :> QueryParam "locale" Text :> QueryParams "metric" Text :> QueryParams "sort" Text :> QueryParams "filter" Text :> QueryParam "startIndex" (Textual Word32) :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] Report
- Network.Google.Resource.AdSenseHost.AdClients.Get: type AdClientsGetResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClient))))
+ Network.Google.Resource.AdSenseHost.AdClients.Get: type AdClientsGetResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AdClient
- Network.Google.Resource.AdSenseHost.AdClients.List: type AdClientsListResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AdClients)))))
+ Network.Google.Resource.AdSenseHost.AdClients.List: type AdClientsListResource = "adsensehost" :> "v4.1" :> "adclients" :> QueryParam "pageToken" Text :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] AdClients
- Network.Google.Resource.AdSenseHost.AssociationSessions.Start: type AssociationSessionsStartResource = "adsensehost" :> ("v4.1" :> ("associationsessions" :> ("start" :> (QueryParams "productCode" AssociationSessionsStartProductCode :> (QueryParam "websiteUrl" Text :> (QueryParam "websiteLocale" Text :> (QueryParam "userLocale" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession))))))))
+ Network.Google.Resource.AdSenseHost.AssociationSessions.Start: type AssociationSessionsStartResource = "adsensehost" :> "v4.1" :> "associationsessions" :> "start" :> QueryParams "productCode" AssociationSessionsStartProductCode :> QueryParam "websiteUrl" Text :> QueryParam "websiteLocale" Text :> QueryParam "userLocale" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession
- Network.Google.Resource.AdSenseHost.AssociationSessions.Verify: type AssociationSessionsVerifyResource = "adsensehost" :> ("v4.1" :> ("associationsessions" :> ("verify" :> (QueryParam "token" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession)))))
+ Network.Google.Resource.AdSenseHost.AssociationSessions.Verify: type AssociationSessionsVerifyResource = "adsensehost" :> "v4.1" :> "associationsessions" :> "verify" :> QueryParam "token" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession
- Network.Google.Resource.AdSenseHost.CustomChannels.Delete: type CustomChannelsDeleteResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (Capture "customChannelId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] CustomChannel))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.Delete: type CustomChannelsDeleteResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> Capture "customChannelId" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] CustomChannel
- Network.Google.Resource.AdSenseHost.CustomChannels.Get: type CustomChannelsGetResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (Capture "customChannelId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomChannel))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.Get: type CustomChannelsGetResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> Capture "customChannelId" Text :> QueryParam "alt" AltJSON :> Get '[JSON] CustomChannel
- Network.Google.Resource.AdSenseHost.CustomChannels.Insert: type CustomChannelsInsertResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CustomChannel :> Post '[JSON] CustomChannel))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.Insert: type CustomChannelsInsertResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] CustomChannel :> Post '[JSON] CustomChannel
- Network.Google.Resource.AdSenseHost.CustomChannels.List: type CustomChannelsListResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomChannels)))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.List: type CustomChannelsListResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> QueryParam "pageToken" Text :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] CustomChannels
- Network.Google.Resource.AdSenseHost.CustomChannels.Patch: type CustomChannelsPatchResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (QueryParam "customChannelId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CustomChannel :> Patch '[JSON] CustomChannel)))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.Patch: type CustomChannelsPatchResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> QueryParam "customChannelId" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] CustomChannel :> Patch '[JSON] CustomChannel
- Network.Google.Resource.AdSenseHost.CustomChannels.Update: type CustomChannelsUpdateResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CustomChannel :> Put '[JSON] CustomChannel))))))
+ Network.Google.Resource.AdSenseHost.CustomChannels.Update: type CustomChannelsUpdateResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "customchannels" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] CustomChannel :> Put '[JSON] CustomChannel
- Network.Google.Resource.AdSenseHost.Reports.Generate: type ReportsGenerateResource = "adsensehost" :> ("v4.1" :> ("reports" :> (QueryParam "startDate" Text :> (QueryParam "endDate" Text :> (QueryParams "dimension" Text :> (QueryParam "locale" Text :> (QueryParams "metric" Text :> (QueryParams "sort" Text :> (QueryParams "filter" Text :> (QueryParam "startIndex" (Textual Word32) :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Report))))))))))))
+ Network.Google.Resource.AdSenseHost.Reports.Generate: type ReportsGenerateResource = "adsensehost" :> "v4.1" :> "reports" :> QueryParam "startDate" Text :> QueryParam "endDate" Text :> QueryParams "dimension" Text :> QueryParam "locale" Text :> QueryParams "metric" Text :> QueryParams "sort" Text :> QueryParams "filter" Text :> QueryParam "startIndex" (Textual Word32) :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] Report
- Network.Google.Resource.AdSenseHost.URLChannels.Delete: type URLChannelsDeleteResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("urlchannels" :> (Capture "urlChannelId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] URLChannel))))))
+ Network.Google.Resource.AdSenseHost.URLChannels.Delete: type URLChannelsDeleteResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "urlchannels" :> Capture "urlChannelId" Text :> QueryParam "alt" AltJSON :> Delete '[JSON] URLChannel
- Network.Google.Resource.AdSenseHost.URLChannels.Insert: type URLChannelsInsertResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("urlchannels" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] URLChannel :> Post '[JSON] URLChannel))))))
+ Network.Google.Resource.AdSenseHost.URLChannels.Insert: type URLChannelsInsertResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "urlchannels" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] URLChannel :> Post '[JSON] URLChannel
- Network.Google.Resource.AdSenseHost.URLChannels.List: type URLChannelsListResource = "adsensehost" :> ("v4.1" :> ("adclients" :> (Capture "adClientId" Text :> ("urlchannels" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] URLChannels)))))))
+ Network.Google.Resource.AdSenseHost.URLChannels.List: type URLChannelsListResource = "adsensehost" :> "v4.1" :> "adclients" :> Capture "adClientId" Text :> "urlchannels" :> QueryParam "pageToken" Text :> QueryParam "maxResults" (Textual Word32) :> QueryParam "alt" AltJSON :> Get '[JSON] URLChannels

Files

gen/Network/Google/AdSenseHost/Types/Sum.hs view
@@ -16,7 +16,7 @@ -- module Network.Google.AdSenseHost.Types.Sum where -import           Network.Google.Prelude+import           Network.Google.Prelude hiding (Bytes)  -- | Products to associate with the user. data AssociationSessionsStartProductCode
gogol-adsense-host.cabal view
@@ -1,5 +1,5 @@ name:                  gogol-adsense-host-version:               0.3.0+version:               0.4.0 synopsis:              Google AdSense Host SDK. homepage:              https://github.com/brendanhay/gogol bug-reports:           https://github.com/brendanhay/gogol/issues@@ -72,5 +72,5 @@         , Network.Google.AdSenseHost.Types.Sum      build-depends:-          gogol-core == 0.3.0.*+          gogol-core == 0.4.0.*         , base       >= 4.7 && < 5