Locations API
Project description
pnap-location-api
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0
- Package version: 3.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://phoenixnap.com
Requirements.
Python 3.9+
Installation & Usage
pip install
You can install this package directly from the Python Package Index using:
$ pip install pnap_location_api
Then import the package:
import pnap_location_api
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import pnap_location_api
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import pnap_location_api
from pnap_location_api.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://api.phoenixnap.com/location-api/v1
# See configuration.py for a list of all supported configuration parameters.
configuration = pnap_location_api.Configuration(
host = "https://api.phoenixnap.com/location-api/v1"
)
# Enter a context with an instance of the API client
with pnap_location_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = pnap_location_api.LocationsApi(api_client)
location = pnap_location_api.ProductLocationEnum() # ProductLocationEnum | Location of interest (optional)
product_category = pnap_location_api.ProductCategoryEnum() # ProductCategoryEnum | Product category of interest (optional)
try:
# Get All Locations
api_response = api_instance.get_locations(location=location, product_category=product_category)
print("The response of LocationsApi->get_locations:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationsApi->get_locations: %s\n" % e)
To generate a token using the python-keycloak library:
from keycloak import KeycloakOpenID
clientId = "YOUR_CLIENT_ID"
clientSecret = "YOUR_CLIENT_SECRET"
serverUrl = "https://auth.phoenixnap.com/auth/"
realmName = "BMC"
grantType = "client_credentials"
keycloakOpenId = KeycloakOpenID(server_url=serverUrl,
realm_name=realmName,
client_id=clientId,
client_secret_key=clientSecret)
ACCESS_TOKEN = keycloakOpenId.token(grant_type=grantType)['access_token']
Documentation for API Endpoints
All URIs are relative to https://api.phoenixnap.com/location-api/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| LocationsApi | get_locations | GET /locations | Get All Locations |
Documentation For Models
Documentation For Authorization
Endpoints do not require authorization.
Author
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pnap_location_api-3.0.0.tar.gz.
File metadata
- Download URL: pnap_location_api-3.0.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
724ff73b5474ad22ab1e5ab62b178cf5f295883fd3c02a4674b65edd5fdc4197
|
|
| MD5 |
59076c8a5e8f75886255b3374b34f608
|
|
| BLAKE2b-256 |
8719cfac44acd73107ebdd3de4ad0f8b29dd914af7437768d08cf783272bdb10
|
File details
Details for the file pnap_location_api-3.0.0-py3-none-any.whl.
File metadata
- Download URL: pnap_location_api-3.0.0-py3-none-any.whl
- Upload date:
- Size: 29.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c90b0ab877fbfd96e516bf0765fec1c1e0363e0cba9763025d870a0062ebcc05
|
|
| MD5 |
4c3eafb681c3267e314a094f5f8b95ad
|
|
| BLAKE2b-256 |
0afa1fb083643cd47aa519c03c37458f72e6b3339ba809444c19cfcc61bee1d5
|