An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Avatar

[![Build Status](https://github.com/oapicf/openapi-iplocation/actions/workflows/ci-workflow.yaml/badge.svg)](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)) | [![Published Version](https://img.shields.io/npm/v/openapi_iplocation.svg)](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)) | [![Published Version](https://img.shields.io/pypi/v/openapiiplocation.svg)](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)) | [![Published Version](https://img.shields.io/gem/v/openapi_iplocation.svg)](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/)