-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from kitcc-org/168-google-books-api
グローバル検索のAPIを変更した
- Loading branch information
Showing
68 changed files
with
1,235 additions
and
777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
value: | ||
id: 1 | ||
title: "計算機プログラムの構造と解釈" | ||
title: '計算機プログラムの構造と解釈' | ||
authors: | ||
- "Harold Abelson" | ||
- "Gerald Jay Sussman" | ||
- "Julie Sussman" | ||
publisher: "翔泳社" | ||
publishedDate: "2012-07-06" | ||
description: "言わずと知れた計算機科学の古典的名著" | ||
thumbnail: "http://books.google.com/books/content?id=LlH-oAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api" | ||
isbn: "9784798135984" | ||
- 'Harold Abelson' | ||
- 'Gerald Jay Sussman' | ||
- 'Julie Sussman' | ||
publisher: '翔泳社' | ||
publishedDate: '2012-07-06' | ||
description: '言わずと知れた計算機科学の古典的名著' | ||
thumbnail: 'http://books.google.com/books/content?id=LlH-oAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api' | ||
isbn: '9784798135984' | ||
stock: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
value: | ||
id: 5-OgzgEACAAJ | ||
title: '計算機プログラムの構造と解釈' | ||
authors: | ||
- 'Harold Abelson' | ||
- 'Gerald Jay Sussman' | ||
- 'Julie Sussman' | ||
publisher: '翔泳社' | ||
publishedDate: '2018-07-01' | ||
description: '言わずと知れた計算機科学の古典的名著' | ||
thumbnail: 'http://books.google.com/books/content?id=LlH-oAEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api' | ||
isbn: '9784798135984' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
type: object | ||
properties: | ||
id: | ||
type: string | ||
title: | ||
type: string | ||
authors: | ||
type: array | ||
items: | ||
type: string | ||
publisher: | ||
type: string | ||
publishedDate: | ||
type: string | ||
description: | ||
type: string | ||
thumbnail: | ||
type: string | ||
isbn: | ||
type: string | ||
required: | ||
- id | ||
- title | ||
- authors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.