mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
modify docs to utilize backend:requests
This commit is contained in:
parent
002497ec54
commit
ae4e86ccc2
@ -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
|
||||
|
@ -710,7 +710,7 @@ set in the master's configuration file:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
requests_lib: True
|
||||
backend: requests
|
||||
|
||||
The following functions are available.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user