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
* Fix tests not making requests
* Fix linting issues
* Add linting and remove unnecessary ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION env var in CI
* Add support for Lite API
* Update README.md
* Fix workflow
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You'll need an IPinfo API access token, which you can get by signing up for a fr
19
19
20
20
The free plan is limited to 50,000 requests per month, and doesn't include some of the data fields such as IP type and company data. To enable all the data fields and additional request volumes see [https://ipinfo.io/pricing](https://ipinfo.io/pricing).
21
21
22
-
⚠️ Note: This library does not currently support our newest free APIhttps://ipinfo.io/lite. If you’d like to use IPinfo Lite, you can call the [endpoint directly](https://ipinfo.io/developers/lite-api)using your preferred HTTP client. Developers are also welcome to contribute support for Lite by submitting a pull request.
22
+
The library also supports the Lite API, see the [Lite API section](#lite-api) for more info.
23
23
24
24
## Installation
25
25
@@ -60,7 +60,7 @@ Add this line to your application's `rebar.config`:
There are official [IPinfo client libraries](https://ipinfo.io/developers/libraries) available for many languages including PHP, Go, Java, Ruby, and many popular frameworks such as Django, Rails, and Laravel. There are also many third-party libraries and integrations available for our API.
0 commit comments