Skip to content

Commit

Permalink
update readme with input size info
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Dec 21, 2020
1 parent 4347bfd commit 6f36516
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,10 @@ The file must be a `.json` file with the following structure:

### Batch Operations

Looking up a single IP at a time can be slow. It could be done concurrently from
the client side, but IPinfo supports a batch endpoint to allow you to group
together IPs and let us handle retrieving details for them in bulk for you.
Looking up a single IP at a time can be slow. It could be done concurrently
from the client side, but IPinfo supports a batch endpoint to allow you to
group together IPs and let us handle retrieving details for them in bulk for
you.

```python
>>> import ipinfo, pprint
Expand Down Expand Up @@ -256,6 +257,9 @@ together IPs and let us handle retrieving details for them in bulk for you.
'timezone': 'America/Los_Angeles'}}
```

The input size is not limited, as the interface will chunk operations for you
behind the scenes.

Please see [the official documentation](https://ipinfo.io/developers/batch) for
more information and limitations.

Expand Down

0 comments on commit 6f36516

Please sign in to comment.