Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets the summary of specified layers.
See: Books API Reference for books.mylibrary.annotations.summary
.
Synopsis
- type MyLibraryAnnotationsSummaryResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> ("summary" :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] AnnotationsSummary)))))))
- myLibraryAnnotationsSummary :: [Text] -> Text -> MyLibraryAnnotationsSummary
- data MyLibraryAnnotationsSummary
- mlasLayerIds :: Lens' MyLibraryAnnotationsSummary [Text]
- mlasVolumeId :: Lens' MyLibraryAnnotationsSummary Text
REST Resource
type MyLibraryAnnotationsSummaryResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> ("summary" :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] AnnotationsSummary))))))) Source #
A resource alias for books.mylibrary.annotations.summary
method which the
MyLibraryAnnotationsSummary
request conforms to.
Creating a Request
myLibraryAnnotationsSummary Source #
Creates a value of MyLibraryAnnotationsSummary
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MyLibraryAnnotationsSummary Source #
Gets the summary of specified layers.
See: myLibraryAnnotationsSummary
smart constructor.
Instances
Request Lenses
mlasLayerIds :: Lens' MyLibraryAnnotationsSummary [Text] Source #
Array of layer IDs to get the summary for.
mlasVolumeId :: Lens' MyLibraryAnnotationsSummary Text Source #
Volume id to get the summary for.