Merge branch 'master' into docs

This commit is contained in:
Wyatt Johnson
2018-04-06 13:52:06 -06:00
committed by GitHub
33 changed files with 686 additions and 206 deletions
+8 -1
View File
@@ -524,4 +524,11 @@ Sets the logging level for the context logger (from [Bunyan](https://github.com/
- `warn`
- `info`
- `debug`
- `trace`
- `trace`
## TALK_SCRAPER_HEADERS
A JSON string representing the configuration passed to the
[fetch](https://www.npmjs.com/package/node-fetch) call for the scraper. It
can be used to set an authorization header, or change the user agent. (Default
`{}`)