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
Internally the library uses `aiohttp`, but as long as you provide an event
65
+
loop (as in this example via `asyncio`), it shouldn't matter.
66
+
36
67
### Usage
37
68
38
69
The `Handler.getDetails()` method accepts an IP address as an optional, positional argument. If no IP address is specified, the API will return data for the IP address from which it receives the request.
**Note**: the asynchronous handler currently only accepts the `timeout` option,
193
+
input the same way as shown below.
194
+
161
195
Request behavior can be modified by setting the `request_options` keyword argument. `request_options` is a dictionary in which the keys are keyword arguments specified in the `requests` library. The nesting of keyword arguments is to prevent name collisions between this library and its dependencies.
0 commit comments