Developer API
Project description
codegen-api-client
API for application developers
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 1.0.0
- Generator version: 7.12.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.8+
Installation & Usage
uv sync
If the python package is hosted on a repository, you can install directly using:
uv pip install codegen-api-client
Then import the package:
import codegen_api_client
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import codegen_api_client
from codegen_api_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = codegen_api_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with codegen_api_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = codegen_api_client.AgentsApi(api_client)
org_id = 56 # int |
create_agent_run_input = codegen_api_client.CreateAgentRunInput() # CreateAgentRunInput |
authorization = None # object | (optional)
try:
# Create Agent Run
api_response = api_instance.create_agent_run_v1_organizations_org_id_agent_run_post(org_id, create_agent_run_input, authorization=authorization)
print("The response of AgentsApi->create_agent_run_v1_organizations_org_id_agent_run_post:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling AgentsApi->create_agent_run_v1_organizations_org_id_agent_run_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AgentsApi | create_agent_run_v1_organizations_org_id_agent_run_post | POST /v1/organizations/{org_id}/agent/run | Create Agent Run |
| AgentsApi | create_agent_run_v1_organizations_org_id_agent_run_post_0 | POST /v1/organizations/{org_id}/agent/run | Create Agent Run |
| AgentsApi | create_agent_run_v1_organizations_org_id_agent_run_post_1 | POST /v1/organizations/{org_id}/agent/run | Create Agent Run |
| AgentsApi | get_agent_run_v1_organizations_org_id_agent_run_agent_run_id_get | GET /v1/organizations/{org_id}/agent/run/{agent_run_id} | Get Agent Run |
| AgentsApi | get_agent_run_v1_organizations_org_id_agent_run_agent_run_id_get_0 | GET /v1/organizations/{org_id}/agent/run/{agent_run_id} | Get Agent Run |
| AgentsApi | get_agent_run_v1_organizations_org_id_agent_run_agent_run_id_get_1 | GET /v1/organizations/{org_id}/agent/run/{agent_run_id} | Get Agent Run |
| OrganizationsApi | get_organizations_v1_organizations_get | GET /v1/organizations | Get Organizations |
| OrganizationsApi | get_organizations_v1_organizations_get_0 | GET /v1/organizations | Get Organizations |
| OrganizationsApi | get_organizations_v1_organizations_get_1 | GET /v1/organizations | Get Organizations |
| UsersApi | get_user_v1_organizations_org_id_users_user_id_get | GET /v1/organizations/{org_id}/users/{user_id} | Get User |
| UsersApi | get_user_v1_organizations_org_id_users_user_id_get_0 | GET /v1/organizations/{org_id}/users/{user_id} | Get User |
| UsersApi | get_user_v1_organizations_org_id_users_user_id_get_1 | GET /v1/organizations/{org_id}/users/{user_id} | Get User |
| UsersApi | get_users_v1_organizations_org_id_users_get | GET /v1/organizations/{org_id}/users | Get Users |
| UsersApi | get_users_v1_organizations_org_id_users_get_0 | GET /v1/organizations/{org_id}/users | Get Users |
| UsersApi | get_users_v1_organizations_org_id_users_get_1 | GET /v1/organizations/{org_id}/users | Get Users |
Documentation For Models
- AgentRunResponse
- CreateAgentRunInput
- FastAPIRateLimitResponse
- HTTPValidationError
- OrganizationResponse
- OrganizationSettings
- PageOrganizationResponse
- PageUserResponse
- UserResponse
- ValidationError
- ValidationErrorLocInner
Documentation For Authorization
Endpoints do not require authorization.
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
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 codegen_api_client-1.0.0.tar.gz.
File metadata
- Download URL: codegen_api_client-1.0.0.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e925e25dfdda4afaba8c0b223c5bf2736da2a38d34ee30a92777692e4f34783
|
|
| MD5 |
1822d8dd1e920c4ddaa15ffa2e83fe85
|
|
| BLAKE2b-256 |
69df8a2bf96f96df71f44619dbd003852804dedd5c331846ad99e5476749bf96
|
File details
Details for the file codegen_api_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: codegen_api_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f8fcfabe512bc88917fa750784d75b79b3a50495dc2c311c58ea83120f44a7
|
|
| MD5 |
9bc77ebef136935e40ec1f47fc2bedff
|
|
| BLAKE2b-256 |
31665bafb6e567d636e87a2fbedeca2300bc1a3a21a7b8cd5ec418e94538b57d
|