Connect to Uipath orchestrator api
Project description
Orchestrator API Python Client
This Python module provides a client for interacting with the UiPath Orchestrator API.
Features
- Initialize the API client with your client ID, refresh token, and base URL.
- Send requests to the API with any HTTP method and endpoint.
- Retrieve all assets or assets by key.
- Delete assets by key.
- Create assets with various parameters.
- Add items to a queue with various parameters.
Usage
First, import the module and create an instance of the OrchApi class:
from orch_api import OrchApi
api = OrchApi(client_id, refresh_token, base_url)
response,_ = api.get_all_assets()
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
orch_api-0.0.1.tar.gz
(1.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orch_api-0.0.1.tar.gz.
File metadata
- Download URL: orch_api-0.0.1.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c82ac5f784556c84fb7cc239998479dc6e9736c5ab252c27aa1b6d8f39810946
|
|
| MD5 |
5b66bc95d23002f42e28ffbefba0bc82
|
|
| BLAKE2b-256 |
2a6d64d0f3eb907348c2ff057faf107b3aacde24416d41de88525af0fab1abb1
|
File details
Details for the file orch_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: orch_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b8f3f2caacbabd10dae1c574f4b9324e7ec4ef8f26a67a05df696e26a5680d
|
|
| MD5 |
d22c7970cfe89809dd2b73f771a531a3
|
|
| BLAKE2b-256 |
075062f750c7d776de0273270ddebd87aedbf7c4e13c9a82fe88337bc97d4116
|