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 |
Retrieves metadata for a specific bookshelf belonging to the authenticated user.
See: Books API Reference for books.mylibrary.bookshelves.get
.
Synopsis
- type MyLibraryBookshelvesGetResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Bookshelf))))))
- myLibraryBookshelvesGet :: Text -> MyLibraryBookshelvesGet
- data MyLibraryBookshelvesGet
- mlbgShelf :: Lens' MyLibraryBookshelvesGet Text
- mlbgSource :: Lens' MyLibraryBookshelvesGet (Maybe Text)
REST Resource
type MyLibraryBookshelvesGetResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Bookshelf)))))) Source #
A resource alias for books.mylibrary.bookshelves.get
method which the
MyLibraryBookshelvesGet
request conforms to.
Creating a Request
myLibraryBookshelvesGet Source #
Creates a value of MyLibraryBookshelvesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data MyLibraryBookshelvesGet Source #
Retrieves metadata for a specific bookshelf belonging to the authenticated user.
See: myLibraryBookshelvesGet
smart constructor.
Instances
Request Lenses
mlbgSource :: Lens' MyLibraryBookshelvesGet (Maybe Text) Source #
String to identify the originator of this request.