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
- Address
- AgendaReference
- AgendaSubjectDetail
- ContextRole
- ContextSubject
- ContextSystem
- DictionaryReference
- EuState
- GeoPoint
- GeoPointJtsk
- HolderReference
- IdentityDocumentDetail
- IppcActivity
- IrzActivityRecord
- IrzEmissionsTradingSystem
- IrzFacilities
- IrzFacilityDetail
- IrzFacilityItem
- IrzFacilityOperationItem
- IrzFacilityOperations
- IrzFacilityReference
- LegalEntityPart
- NamedReference
- OneOfHolderReferenceRoleHolder
- PersonPart
- RoleHolderObjectType
- RoleHolders
- RoleReference
- RuianReference
- SubjectDetail
- SubjectReference
- SystemReference
- SystemRoleContext
- User
- UserContext
- UserReference
Documentation For Authorization
apiKey
- Type: API key
- API key parameter name: X-API-KEY
- Location: HTTP header
Author
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file sysnet-crzp-1.1.0.0.tar.gz
.
File metadata
- Download URL: sysnet-crzp-1.1.0.0.tar.gz
- Upload date:
- Size: 54.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18a43535440f36fb8f7b7fc5f5662385dcf811d652e5f7eb110b4e3356d6c32b |
|
MD5 | 98c5d6bb9614e43d67e6602bafa88c68 |
|
BLAKE2b-256 | b23a172d97dcd8bdc343c0c19299e569a60870e8d905ac7bccd950e6db404b76 |
File details
Details for the file sysnet_crzp-1.1.0.0-py3-none-any.whl
.
File metadata
- Download URL: sysnet_crzp-1.1.0.0-py3-none-any.whl
- Upload date:
- Size: 116.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e92f02d80ce95541f163a498156b2bb9a57da4c86ff58c3903ce578041efca7b |
|
MD5 | ec6b335b698b4604fa6c0b4363e2a514 |
|
BLAKE2b-256 | b76f661a5532362c69aefb654fb730ee6621922d84e5a0da7e78cecfac7a3fbf |