Skip to main content

EHESO API

Project description

EHESO API Client for Python

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: v1
  • Generator version: 7.7.0
  • Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

pip install eheso-api-client

Post-Installation Setup

After installing the package, you need to create a .env file in the source folder containing the API key for server access.

Steps to Create the .env File:

  1. Navigate to the folder where the package is installed or the source folder of your project.
  2. Create a file named .env.
  3. Add the following line to the .env file:
API_KEY="your_api_key_here"

Replace your_api_key_here with the actual API key provided to you.

For example:

API_KEY="abcd1234efgh5678ijkl"

Save the .env file.

Note

  • The package uses the .env file to securely load the API key into the application.
  • Please make sure the .env file is not included in version control systems like Git (add .env to your .gitignore).

Getting Started

After installing the package and creating the .env file, run the following code:

import json
import time
import os
import eheso_api_client
from eheso_api_client.models.format import Format
from eheso_api_client.rest import ApiException
from pprint import pprint

# See configuration.py for a list of all supported configuration parameters.
configuration = eheso_api_client.Configuration(
    host = 'https://dev.observatory.eter-project.com/api/v1'
)

# Configure API key authorization: ApiKeyAuth
configuration.api_key['ApiKeyAuth'] = os.environ['API_KEY']


# Enter a context with an instance of the API client
with eheso_api_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = eheso_api_client.LayerDataApi(api_client)
    layer_id = 'COUNTRY' # str | The ID of the layer
    format = 'flat' # Format | 

    try:
        # Get All Layer Data
        api_response = api_instance.layer_query_get(layer_id, format)
        print("The response of LayerDataApi->layer_query_get:\n")
        pprint(api_response)

        # save as json file
        with open('data.json', 'w', encoding='utf-8') as f:
            json.dump(api_response, f, ensure_ascii=False, indent=4)
    except Exception as e:
        print("Exception when calling LayerDataApi->layer_query_get: %s\n" % e)
 

License

This project is licensed under the MIT License.

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

eheso_api_client-0.1.16.tar.gz (32.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eheso_api_client-0.1.16-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

Details for the file eheso_api_client-0.1.16.tar.gz.

File metadata

  • Download URL: eheso_api_client-0.1.16.tar.gz
  • Upload date:
  • Size: 32.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for eheso_api_client-0.1.16.tar.gz
Algorithm Hash digest
SHA256 d2dd4a260be83ed1c5bccd1e19db158f9e81e70d3e7bdb9554b612a37379fabd
MD5 82c9ca6ec3c9845b67fbb81369aea951
BLAKE2b-256 874354b2a52aecb5e70a3319c3d740f435c1253e29f745ade026133287bc7fae

See more details on using hashes here.

File details

Details for the file eheso_api_client-0.1.16-py3-none-any.whl.

File metadata

  • Download URL: eheso_api_client-0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for eheso_api_client-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 5d3c1c20d79afd88c5682fb594a6fe3d6290982ae43d1a26f52fe9877c5959e9
MD5 7cc95fb1fb7993b61005c842f7eb7f38
BLAKE2b-256 3ac63f60cb152ed00a84bcca332f8496a1b86a279379660402f93ccfd9a5fd5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page