https://github.com/oapicf/openapi-iplocation
OpenAPI v3 specification and a set of generated API clients for iplocation.net
https://github.com/oapicf/openapi-iplocation
iplocation oapicf openapi openapi-generator
Last synced: 10 months ago
JSON representation
OpenAPI v3 specification and a set of generated API clients for iplocation.net
- Host: GitHub
- URL: https://github.com/oapicf/openapi-iplocation
- Owner: oapicf
- License: mit
- Created: 2023-03-03T12:16:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T05:32:04.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:51:09.021Z (11 months ago)
- Topics: iplocation, oapicf, openapi, openapi-generator
- Language: HTML
- Homepage:
- Size: 2.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/oapicf/openapi-iplocation/actions/workflows/ci-workflow.yaml)
OpenAPI iplocation
------------------
OpenAPI iplocation is an OpenAPI v3 specification and a set of generated API clients for [iplocation.net](https://iplocation.net/)
The API clients are generated using [OpenAPI Generator](https://openapi-generator.tech/).
Published packages
------------------
| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [openapi_iplocation]((http://www.npmjs.com/package/openapi_iplocation)) | [](http://www.npmjs.com/package/openapi_iplocation) | [README](https://github.com/oapicf/openapi-iplocation/blob/main/clients/javascript/generated/README.md) |
| Python | [openapiiplocation]((https://pypi.python.org/pypi/openapiiplocation)) | [](https://pypi.python.org/pypi/openapiiplocation) | [README](https://github.com/oapicf/openapi-iplocation/blob/main/clients/python/generated/README.md) |
| Ruby | [openapi_iplocation]((https://rubygems.org/gems/openapi_iplocation)) | [](https://rubygems.org/gems/openapi_iplocation) | [README](https://github.com/oapicf/openapi-iplocation/blob/main/clients/ruby/generated/README.md) |
Version matrix
--------------
| OpenAPI iplocation Version | OpenAPI Version | OpenAPI Generator Version |
|----------------------------|-----------------|---------------------------|
| 1.1.0 | 3.1.0 | 7.9.0 |
| 1.0.0 | 3.1.0 | 7.6.0 |
Installation
------------
You can either use the generated clients from `clients//generated/` directory.
Or you can use the published packages like below:
Install JavaScript client:
npm install openapi-iplocation
Install Python client:
pip install openapiiplocation
Install Ruby client:
gem install openapi_iplocation
Colophon
--------
* [API Documentation](https://oapicf.github.io/openapi-iplocation/api/latest/)