27 lines
580 B
YAML
27 lines
580 B
YAML
|
id: api-googlebooks
|
||
|
|
||
|
info:
|
||
|
name: Google Books API Test
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
description: Google Books
|
||
|
reference:
|
||
|
- https://developers.google.com/books/docs/overview
|
||
|
- https://github.com/daffainfo/all-about-apikey/tree/main/google-books
|
||
|
tags: token-spray,google,books
|
||
|
|
||
|
self-contained: true
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.googleapis.com/books/v1/volumes/zyTCAlFPjgYC?key={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "kind"
|
||
|
- "id"
|
||
|
- "etag"
|
||
|
condition: and
|