commit
fa610a24ec
1 changed files with 2 additions and 2 deletions
|
|
@ -115,8 +115,8 @@ class Request(RequestBase):
|
||||||
but this can be overriden by the `force` parameter.
|
but this can be overriden by the `force` parameter.
|
||||||
|
|
||||||
:param force: if set to `True` the mimetype is ignored.
|
:param force: if set to `True` the mimetype is ignored.
|
||||||
:param silent: if set to `False` this method will fail silently
|
:param silent: if set to `True` this method will fail silently
|
||||||
and return `False`.
|
and return `None`.
|
||||||
:param cache: if set to `True` the parsed JSON data is remembered
|
:param cache: if set to `True` the parsed JSON data is remembered
|
||||||
on the request.
|
on the request.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue