You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,13 @@ HTTP Requests
16
16
^^^^^^^^^^^^^
17
17
To easily make requests each connection provides a method wrapper around `aiohttp.Request <https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.request>`_ that allow us to make request without dealing with authentication or the port where it is running.
18
18
19
-
You can find more about the method `here <http://localhost:63342/lcu-driver/docs/_build/html/api/connection.html#lcu_driver.connection.Connection.request>`_.
20
19
21
20
If you don't know where to find the Client APIs documentation checkout out `Rift Explorer <https://github.com/Pupix/rift-explorer>`_.
You can find more about the method :meth:`here <lcu_driver.connection.Connection.request>`.
27
26
28
27
Websocket
29
28
^^^^^^^^^
@@ -49,7 +48,7 @@ URL Patterns
49
48
What if you wanted to subscribe to all summoner events? You can simple register `/lol-summoner/` and since it ends with a trailing slash it will match every event url starting with it.
0 commit comments