File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,10 @@ The file must be a `.json` file with the following structure:
218218
219219### Batch Operations
220220
221- Looking up a single IP at a time can be slow. It could be done concurrently from
222- the client side, but IPinfo supports a batch endpoint to allow you to group
223- together IPs and let us handle retrieving details for them in bulk for you.
221+ Looking up a single IP at a time can be slow. It could be done concurrently
222+ from the client side, but IPinfo supports a batch endpoint to allow you to
223+ group together IPs and let us handle retrieving details for them in bulk for
224+ you.
224225
225226``` python
226227>> > import ipinfo, pprint
@@ -256,6 +257,9 @@ together IPs and let us handle retrieving details for them in bulk for you.
256257 ' timezone' : ' America/Los_Angeles' }}
257258```
258259
260+ The input size is not limited, as the interface will chunk operations for you
261+ behind the scenes.
262+
259263Please see [ the official documentation] ( https://ipinfo.io/developers/batch ) for
260264more information and limitations.
261265
You can’t perform that action at this time.
0 commit comments