Skip to main content

SYSNET CRŽP connector REST API 1.1.0

Project description

crzp

SYSNET CRŽP connector REST API (IPPC & CITES extension)

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.1.0
  • Package version: 1.1.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install sysnet-crzp

Then import the package:

import crzp 

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 crzp

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import crzp
from crzp.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = crzp.DevelopersApi(crzp.ApiClient(configuration))

try:
    # get service info
    api_response = api_instance.info_api()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DevelopersApi->info_api: %s\n" % e)

# Configure API key authorization: apiKey
configuration = crzp.Configuration()
configuration.api_key['X-API-KEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-API-KEY'] = 'Bearer'

# create an instance of the API class
api_instance = crzp.DevelopersApi(crzp.ApiClient(configuration))

try:
    # get extended service info
    api_response = api_instance.info_ext_api()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DevelopersApi->info_ext_api: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://service-test.sysnet.cz/crzp/1.1.0

Class Method HTTP request Description
DevelopersApi info_api GET /info get service info
DevelopersApi info_ext_api GET /info-ext get extended service info
IppcApi irz_facility_api GET /irz-facility/{identifier} Get IRZ facility detail
IppcApi irz_facility_ft_api GET /irz-facility Get all IRZ facilities by FT query
IppcApi irz_facility_ft_paging_api GET /irz-facility/{begin} Get all IRZ facilities by FT query (pagination)
IppcApi irz_facility_operation_code_api GET /irz-facility-operation/facility/{code} Get all IRZ facility operations by facility identifier
IppcApi irz_facility_operation_ft_api GET /irz-facility-operation Get all IRZ facility operations by FT query
IppcApi irz_facility_operation_ft_paging_api GET /irz-facility-operation/{begin} Get all IRZ facility operations by FT query (pagination)
IppcApi irz_facility_pid_api GET /irz-facility/ippc/{pid} Get all IRZ facilities by IPPC PID
PublicApi role_holder_api GET /role-holder/{object_type}/{code} Get all role holders
PublicApi role_holder_ft_api GET /role-holder/{object_type} Get all roles and holders by FT query
PublicApi role_holder_ft_paging_api GET /role-holder/{object_type}/{begin} Get all roles and holders by FT query (pagination)
PublicApi role_holder_paging_api GET /role-holder/{object_type}/{code}/{begin} Get all role holders (pagination)
PublicApi subject_api GET /subject/{identifier} Get user detail
PublicApi user_api GET /user/{identifier} Get user detail
PublicApi user_context_api GET /user-context/{identifier} Get user context

Documentation For Models

Documentation For Authorization

apiKey

  • Type: API key
  • API key parameter name: X-API-KEY
  • Location: HTTP header

Author

info@sysnet.cz

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

sysnet-crzp-1.1.0.0.tar.gz (54.8 kB view hashes)

Uploaded Source

Built Distribution

sysnet_crzp-1.1.0.0-py3-none-any.whl (116.0 kB view hashes)

Uploaded Python 3

Supported by

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