Skip to main content

A client library for accessing Enelyzer API

Project description

enelyzer-api-client

A client library for accessing Enelyzer API

Usage

First Authenticate and get your access token:

from enelyzer_api_client.auth import DeviceCodeAuthenticator, ServiceAccountAuthenticator

client_id = ""
client_secret = ""
username = ""
password = ""
environment = "production" # or "staging"

authenticator = ServiceAccountAuthenticator(client_id, client_secret, username, password, environment=environment)
token = authenticator.get_auth_token()

Then, create a client:

from enelyzer_api_client import AuthenticatedClient

base_url_staging="https://client-api.enelyzer.com"
base_url_production="https://client-api.enelyzer.com"
client = AuthenticatedClient(base_url=base_url_staging, token="{token}")

Now call your endpoint and use your models:

from enelyzer_api_client.api.units_categories_and_quantities import get_units


organisation_group = ""
organisation_id = ""

with client as client:
     response = get_units.sync(
         organisation_group=organisation_group,
         organisation_id=organisation_id,
         client=client,
     )

    print(response)

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

enelyzer_api_client-0.4.4.tar.gz (31.6 kB view details)

Uploaded Source

Built Distribution

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

enelyzer_api_client-0.4.4-py3-none-any.whl (93.9 kB view details)

Uploaded Python 3

File details

Details for the file enelyzer_api_client-0.4.4.tar.gz.

File metadata

  • Download URL: enelyzer_api_client-0.4.4.tar.gz
  • Upload date:
  • Size: 31.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.11 Darwin/22.6.0

File hashes

Hashes for enelyzer_api_client-0.4.4.tar.gz
Algorithm Hash digest
SHA256 a1b62e762d40bf80a3623887391e1a765f79550b52901e22b608487b95e08923
MD5 f0e390d9e3bc3c4955c2478dbf6d8eb0
BLAKE2b-256 5de2d3f48ef8e95c481890ccbd5088f306bfff7d0a8d390126f66d5b878fdd2c

See more details on using hashes here.

File details

Details for the file enelyzer_api_client-0.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for enelyzer_api_client-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2c4196351c600265b82d21d00d95c16dc3bdc1207b5ef9aa29e870062ba345cc
MD5 dbf6236be698eff06f88ba4ba8b241b5
BLAKE2b-256 2e4a27803252ade3195a79d261882bad9afcda18c6fdc589c77be90ecb516fd2

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