0.0
The project is in a healthy, maintained state
OpenAPI client for ipify, a simple public IP address API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

~> 1.0, >= 1.0.1
 Project Readme

Avatar

Build Status

OpenAPI ipify

OpenAPI ipify is an OpenAPI v3 specification and a set of generated API clients for ipify

The API clients are generated using OpenAPI Generator.

Published packages

Language Package Status Documentation
JavaScript openapi_ipify Published Version README
Python openapiipify Published Version README
Ruby openapi_ipify Published Version README

Version matrix

OpenAPI Ipify Version OpenAPI Version OpenAPI Generator Version
5.4.0 3.1.0 7.9.0
5.3.0 3.0.0 7.6.0
5.2.0 3.0.0 7.4.0
5.1.0 3.0.0 7.2.0
5.0.0 3.0.0 7.0.0
4.0.0 3.0.0 6.6.0
3.3.0 3.0.0 6.2.1
3.2.1 3.0.0 6.0.1
3.0.0 3.0.0 6.0.0
2.0.0 3.0.0 5.4.0

Installation

You can either use the generated clients from clients/<lang>/generated/ directory.

Or you can use the published packages like below:

Install JavaScript client:

npm install openapi-ipify

Install Python client:

pip install openapiipify

Install Ruby client:

gem install openapi_ipify

Colophon