Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type BooksFamilysharingShareResource = "books" :> "v1" :> "familysharing" :> "share" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "docId" Text :> QueryParam "source" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "volumeId" Text :> QueryParam "alt" AltJSON :> Post '[JSON] Empty

    gogol-books Gogol.Books.Familysharing.Share

    A resource alias for books.familysharing.share method which the BooksFamilysharingShare request conforms to.

  2. newBooksFamilysharingShare :: BooksFamilysharingShare

    gogol-books Gogol.Books.Familysharing.Share

    Creates a value of BooksFamilysharingShare with the minimum fields required to make a request.

  3. module Gogol.Books.Familysharing.Unshare

    Initiates revoking content that has already been shared with the user's family. Empty response indicates success. See: Books API Reference for books.familysharing.unshare.

  4. data BooksFamilysharingUnshare

    gogol-books Gogol.Books.Familysharing.Unshare

    Initiates revoking content that has already been shared with the user's family. Empty response indicates success. See: newBooksFamilysharingUnshare smart constructor.

  5. BooksFamilysharingUnshare :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> BooksFamilysharingUnshare

    gogol-books Gogol.Books.Familysharing.Unshare

    No documentation available.

  6. type BooksFamilysharingUnshareResource = "books" :> "v1" :> "familysharing" :> "unshare" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "docId" Text :> QueryParam "source" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "volumeId" Text :> QueryParam "alt" AltJSON :> Post '[JSON] Empty

    gogol-books Gogol.Books.Familysharing.Unshare

    A resource alias for books.familysharing.unshare method which the BooksFamilysharingUnshare request conforms to.

  7. newBooksFamilysharingUnshare :: BooksFamilysharingUnshare

    gogol-books Gogol.Books.Familysharing.Unshare

    Creates a value of BooksFamilysharingUnshare with the minimum fields required to make a request.

  8. pattern VolumesMybooksListAcquireMethod_FAMILYSHARED :: VolumesMybooksListAcquireMethod

    gogol-books Gogol.Books.Types

    Books acquired via Family Sharing

  9. isFamilySharedFromUser :: Volume_UserInfo -> Maybe Bool

    gogol-books Gogol.Books.Types

    Whether or not the user shared this volume with the family.

  10. isFamilySharedToUser :: Volume_UserInfo -> Maybe Bool

    gogol-books Gogol.Books.Types

    Whether or not the user received this volume through family sharing.

Page 61 of many | Previous | Next