Metadata-Version: 2.4
Name: openapioktaipranges
Version: 1.1.0
Summary: OpenAPI Okta IP Ranges
Home-page: https://github.com/oapicf/openapi-okta-ip-ranges
Author: OpenAPI Okta IP Ranges
Author-email: OpenAPI Okta IP Ranges <blah+oapicf@cliffano.com>
License: MPL-2.0
Project-URL: Repository, https://github.com/oapicf/openapi-okta-ip-ranges
Keywords: OpenAPI,OpenAPI-Generator,OpenAPI Okta IP Ranges
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: home-page

# openapioktaipranges
OpenAPI specification and a set of generated API clients for Okta IP Ranges

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.1.0
- Package version: 1.1.0
- Generator version: 7.18.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/oapicf/openapi-okta-ip-ranges](https://github.com/oapicf/openapi-okta-ip-ranges)

## Requirements.

Python 3.9+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/oapicf/openapi-okta-ip-ranges.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/oapicf/openapi-okta-ip-ranges.git`)

Then import the package:
```python
import openapioktaipranges
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import openapioktaipranges
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import openapioktaipranges
from openapioktaipranges.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://s3.amazonaws.com/okta-ip-ranges
# See configuration.py for a list of all supported configuration parameters.
configuration = openapioktaipranges.Configuration(
    host = "https://s3.amazonaws.com/okta-ip-ranges"
)



# Enter a context with an instance of the API client
with openapioktaipranges.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = openapioktaipranges.DefaultApi(api_client)

    try:
        # Retrieve Okta IP ranges
        api_response = api_instance.ip_ranges_json_get()
        print("The response of DefaultApi->ip_ranges_json_get:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->ip_ranges_json_get: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *https://s3.amazonaws.com/okta-ip-ranges*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**ip_ranges_json_get**](docs/DefaultApi.md#ip_ranges_json_get) | **GET** /ip_ranges.json | Retrieve Okta IP ranges


## Documentation For Models

 - [IpRangesJsonGet200ResponseValue](docs/IpRangesJsonGet200ResponseValue.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization

Endpoints do not require authorization.


## Author

blah+oapicf@cliffano.com


