Skip to main content

EvaTeam API v1.9.22

Project description

evawiki-python-client

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.9.22
  • Package version: 0.1.8
  • Generator version: 7.19.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

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

pip install git+https://github.com/vanleo85/evawiki-python-client.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/vanleo85/evawiki-python-client.git)

Then import the package:

import evawiki_client

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 evawiki_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import evawiki_client
from evawiki_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://test.evateam.ru
# See configuration.py for a list of all supported configuration parameters.
configuration = evawiki_client.Configuration(
    host = "https://test.evateam.ru"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): bearerAuth
configuration = evawiki_client.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


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

    try:
        # CmfAttachment.count
        api_response = api_instance.cmf_attachment_count(cmf_attachment_count_request)
        print("The response of DefaultApi->cmf_attachment_count:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->cmf_attachment_count: %s\n" % e)

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

evawiki_python_client-0.1.8.tar.gz (56.6 kB view details)

Uploaded Source

Built Distribution

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

evawiki_python_client-0.1.8-py3-none-any.whl (212.4 kB view details)

Uploaded Python 3

File details

Details for the file evawiki_python_client-0.1.8.tar.gz.

File metadata

  • Download URL: evawiki_python_client-0.1.8.tar.gz
  • Upload date:
  • Size: 56.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.13.5 Darwin/24.6.0

File hashes

Hashes for evawiki_python_client-0.1.8.tar.gz
Algorithm Hash digest
SHA256 094a537c7fbd76f2ddec46f636b12ff07f060305dd48a0e64b383b75823dad9b
MD5 3504381de871cebad95f7b4542b20139
BLAKE2b-256 7130b62fac21af71202e0d2adf36b3ebd9fc47d0311f46bb1a77ce9172338a8d

See more details on using hashes here.

File details

Details for the file evawiki_python_client-0.1.8-py3-none-any.whl.

File metadata

File hashes

Hashes for evawiki_python_client-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0b9c869a5e79c4d42ccae1663bd5c3b5c515b42699663f18f496cc2aa73a6875
MD5 0582af55e0d4b9861ad3bdefb3eb3d13
BLAKE2b-256 4ebaf7a401a75649d7715a131e2ceae90af08b382f6a822b2cf7a7978182159e

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