Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListShelves
post:
tags:
- LibraryService
Expand All @@ -87,6 +89,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateShelf
/v1/shelves/{shelf}:
get:
tags:
Expand All @@ -113,6 +117,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetShelf
delete:
tags:
- LibraryService
Expand All @@ -135,6 +141,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteShelf
/v1/shelves/{shelf}/books:
get:
tags:
Expand Down Expand Up @@ -187,6 +195,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListBooks
post:
tags:
- LibraryService
Expand Down Expand Up @@ -218,6 +228,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateBook
/v1/shelves/{shelf}/books/{book}:
get:
tags:
Expand Down Expand Up @@ -250,6 +262,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetBook
put:
tags:
- LibraryService
Expand Down Expand Up @@ -297,6 +311,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: UpdateBook
delete:
tags:
- LibraryService
Expand Down Expand Up @@ -325,6 +341,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteBook
/v1/shelves/{shelf}/books/{book}:move:
post:
tags:
Expand Down Expand Up @@ -365,6 +383,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MoveBook
/v1/shelves/{shelf}:merge:
post:
tags:
Expand Down Expand Up @@ -404,6 +424,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MergeShelves
components:
schemas:
Book:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListShelves
post:
tags:
- LibraryService
Expand All @@ -87,6 +89,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateShelf
/v1/shelves/{shelf}:
get:
tags:
Expand All @@ -113,6 +117,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetShelf
delete:
tags:
- LibraryService
Expand All @@ -135,6 +141,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteShelf
/v1/shelves/{shelf}/books:
get:
tags:
Expand Down Expand Up @@ -187,6 +195,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListBooks
post:
tags:
- LibraryService
Expand Down Expand Up @@ -218,6 +228,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateBook
/v1/shelves/{shelf}/books/{book}:
get:
tags:
Expand Down Expand Up @@ -250,6 +262,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetBook
put:
tags:
- LibraryService
Expand Down Expand Up @@ -297,6 +311,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: UpdateBook
delete:
tags:
- LibraryService
Expand Down Expand Up @@ -325,6 +341,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteBook
/v1/shelves/{shelf}/books/{book}:move:
post:
tags:
Expand Down Expand Up @@ -365,6 +383,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MoveBook
/v1/shelves/{shelf}:merge:
post:
tags:
Expand Down Expand Up @@ -404,6 +424,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MergeShelves
components:
schemas:
Book:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListShelves
post:
tags:
- LibraryService
Expand All @@ -87,6 +89,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateShelf
/v1/shelves/{shelf}:
get:
tags:
Expand All @@ -113,6 +117,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetShelf
delete:
tags:
- LibraryService
Expand All @@ -135,6 +141,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteShelf
/v1/shelves/{shelf}/books:
get:
tags:
Expand Down Expand Up @@ -187,6 +195,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListBooks
post:
tags:
- LibraryService
Expand Down Expand Up @@ -218,6 +228,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateBook
/v1/shelves/{shelf}/books/{book}:
get:
tags:
Expand Down Expand Up @@ -250,6 +262,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetBook
put:
tags:
- LibraryService
Expand Down Expand Up @@ -297,6 +311,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: UpdateBook
delete:
tags:
- LibraryService
Expand Down Expand Up @@ -325,6 +341,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteBook
/v1/shelves/{shelf}/books/{book}:move:
post:
tags:
Expand Down Expand Up @@ -365,6 +383,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MoveBook
/v1/shelves/{shelf}:merge:
post:
tags:
Expand Down Expand Up @@ -404,6 +424,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MergeShelves
components:
schemas:
FieldBehavior:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListShelves
post:
tags:
- LibraryService
Expand All @@ -87,6 +89,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateShelf
/v1/shelves/{shelf}:
get:
tags:
Expand All @@ -113,6 +117,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetShelf
delete:
tags:
- LibraryService
Expand All @@ -135,6 +141,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteShelf
/v1/shelves/{shelf}/books:
get:
tags:
Expand Down Expand Up @@ -187,6 +195,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: ListBooks
post:
tags:
- LibraryService
Expand Down Expand Up @@ -218,6 +228,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: CreateBook
/v1/shelves/{shelf}/books/{book}:
get:
tags:
Expand Down Expand Up @@ -250,6 +262,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: GetBook
put:
tags:
- LibraryService
Expand Down Expand Up @@ -297,6 +311,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: UpdateBook
delete:
tags:
- LibraryService
Expand Down Expand Up @@ -325,6 +341,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: DeleteBook
/v1/shelves/{shelf}/books/{book}:move:
post:
tags:
Expand Down Expand Up @@ -365,6 +383,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MoveBook
/v1/shelves/{shelf}:merge:
post:
tags:
Expand Down Expand Up @@ -404,6 +424,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
x-fern-sdk-group-name: LibraryService
x-fern-sdk-method-name: MergeShelves
components:
schemas:
Book:
Expand Down
Loading
Loading