Skip to content

Commit

Permalink
fix(books): update the API
Browse files Browse the repository at this point in the history
#### books:v1
The following keys were changed:
- baseUrl
- batchPath
- mtlsRootUrl
- rootUrl
  • Loading branch information
JustinBeckwith committed Oct 5, 2020
1 parent e7d720e commit e2576ac
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
10 changes: 5 additions & 5 deletions discovery/books-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
},
"basePath": "",
"baseUrl": "https://www.googleapis.com/",
"batchPath": "batch/books/v1",
"baseUrl": "https://books.googleapis.com/",
"batchPath": "batch",
"description": "The Google Books API allows clients to access the Google Books repository.",
"discoveryVersion": "v1",
"documentationLink": "https://code.google.com/apis/books/docs/v1/getting_started.html",
Expand All @@ -20,7 +20,7 @@
},
"id": "books:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://www.mtls.googleapis.com/",
"mtlsRootUrl": "https://books.mtls.googleapis.com/",
"name": "books",
"ownerDomain": "google.com",
"ownerName": "Google",
Expand Down Expand Up @@ -2581,8 +2581,8 @@
}
}
},
"revision": "20200717",
"rootUrl": "https://www.googleapis.com/",
"revision": "20200925",
"rootUrl": "https://books.googleapis.com/",
"schemas": {
"Annotation": {
"id": "Annotation",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/books/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# books

> Searches for books and manages your Google Books library.
> The Google Books API allows clients to access the Google Books repository.
## Installation

Expand Down
Loading

0 comments on commit e2576ac

Please sign in to comment.