modify docs to utilize backend:requests

This commit is contained in:
Ronald van Zantvoort 2016-11-07 22:19:09 +01:00
parent 002497ec54
commit ae4e86ccc2
3 changed files with 4 additions and 4 deletions

View File

@ -44946,7 +44946,7 @@ set in the master\(aqs configuration file:
.sp
.nf
.ft C
requests_lib: True
backend: requests
.ft P
.fi
.UNINDENT
@ -232679,7 +232679,7 @@ my\-rest\-api:
url: https://api.github.com/
keys:
url: https://api.github.com/users/{{user}}/keys
requests_lib: True
backned: requests
.ft P
.fi
.UNINDENT

View File

@ -710,7 +710,7 @@ set in the master's configuration file:
.. code-block:: bash
requests_lib: True
backend: requests
The following functions are available.

View File

@ -22,7 +22,7 @@ requires very little. In the example:
url: https://api.github.com/
keys:
url: https://api.github.com/users/{{user}}/keys
requests_lib: True
backend: requests
The ``driver`` refers to the REST module, and must be set to ``rest`` in order
to use this driver. Each of the other items inside this block refers to a