We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae45b60 commit 713caf4Copy full SHA for 713caf4
1 file changed
docs/source/index.rst
@@ -18,7 +18,7 @@ Effect comes with thorough API documentation.
18
.. toctree::
19
:maxdepth: 2
20
21
- api/modules
+ api/effect
22
23
24
@@ -185,17 +185,14 @@ following:
185
"""
186
Perform an HTTP request where the body is sent as JSON and the response
187
is automatically decoded as JSON if the Content-type is
188
- application/json.
+ application/json.
189
190
str_body = json.dumps(dict_body)
191
return request_200_url(method, url, str_body).on(success=decode_json)
192
193
194
-
195
196
Indices and tables
197
==================
198
199
* :ref:`genindex`
200
* :ref:`modindex`
201
-* :ref:`search`
0 commit comments