Tickforge API
Project description
tickforge-client
An API to interact with Uptick Internal Resources
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 2.1.0
- Generator version: 7.14.0-SNAPSHOT
- 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/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import tickforge_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 tickforge_client
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import tickforge_client
from tickforge_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://tickforge.onuptick.com
# See configuration.py for a list of all supported configuration parameters.
configuration = tickforge_client.Configuration(
host = "https://tickforge.onuptick.com"
)
# Enter a context with an instance of the API client
with tickforge_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = tickforge_client.AuthApi(api_client)
code = 'code_example' # str |
state = 'state_example' # str |
try:
# Cognito Callback
api_response = api_instance.cognito_callback_api_auth_cognito_callback_get(code, state)
print("The response of AuthApi->cognito_callback_api_auth_cognito_callback_get:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling AuthApi->cognito_callback_api_auth_cognito_callback_get: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://tickforge.onuptick.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AuthApi | cognito_callback_api_auth_cognito_callback_get | GET /api/auth/cognito_callback | Cognito Callback |
| AuthApi | login_for_access_token_api_auth_token_post | POST /api/auth/token | Login For Access Token |
| AuthApi | me_api_auth_me_get | GET /api/auth/me | Me |
| BuildsApi | create_build_api_builds_post | POST /api/builds/ | Create Build |
| DbApi | copy_db_api_db_copy_post | POST /api/db/copy | Copy Db |
| DefaultApi | health_check_healthz_get | GET /healthz | Health Check |
| DefaultApi | health_check_livez_get | GET /livez | Health Check |
| DefaultApi | health_check_readyz_get | GET /readyz | Health Check |
| GitApi | refresh_respository_api_git_refresh_repository_post | POST /api/git/refresh_repository | Refresh Respository |
| GitApi | versions_config_api_git_versions_get | GET /api/git/versions | Versions Config |
| GithubApi | workflow_job_webhook_api_github_webhooks_workflow_job_post | POST /api/github/webhooks/workflow_job | Workflow Job Webhook |
| JobsApi | get_job_api_jobs_job_id_get | GET /api/jobs/{job_id} | Get Job |
| MetricsApi | create_metric_api_metrics_post | POST /api/metrics/ | Create Metric |
| MetricsApi | create_metric_blob_api_metrics_blob_post | POST /api/metrics/blob | Create Metric Blob |
| MetricsApi | get_metric_api_metrics_get | GET /api/metrics/ | Get Metric |
| MetricsApi | get_metric_blob_api_metrics_blob_get | GET /api/metrics/blob | Get Metric Blob |
| RedirectsApi | me_redirect_me_get | GET /me | Me Redirect |
| RedirectsApi | refresh_repository_redirect_api_refresh_repository_post | POST /api/refresh_repository | Refresh Repository Redirect |
| RedirectsApi | token_redirect_token_post | POST /token | Token Redirect |
| RedirectsApi | versions_redirect_api_versions_get | GET /api/versions | Versions Redirect |
| SlackApi | search_users_api_slack_search_get | GET /api/slack/search | Search Users |
| WorkspacesApi | bump_api_workspaces_bump_post | POST /api/workspaces/bump | Bump |
| WorkspacesApi | bump_app_api_workspaces_app_name_bump_post | POST /api/workspaces/{app_name}/bump | Bump App |
| WorkspacesApi | create_backup_api_workspaces_workspace_name_backups_post | POST /api/workspaces/{workspace_name}/backups | Create Backup |
| WorkspacesApi | create_workspace_api_workspaces_create_post | POST /api/workspaces/create | Create Workspace |
| WorkspacesApi | create_workspace_api_workspaces_post | POST /api/workspaces/ | Create Workspace |
| WorkspacesApi | list_backups_api_workspaces_workspace_name_backups_get | GET /api/workspaces/{workspace_name}/backups | List Backups |
| WorkspacesApi | list_workspaces_api_workspaces_get | GET /api/workspaces/ | List Workspaces |
| WorkspacesApi | qadeploy_api_workspaces_qadeploy_post | POST /api/workspaces/qadeploy | Qadeploy |
| WorkspacesApi | qadestroy_api_workspaces_qadestroy_post | POST /api/workspaces/qadestroy | Qadestroy |
| WorkspacesApi | suspend_workspace_api_workspaces_workspace_name_suspend_post | POST /api/workspaces/{workspace_name}/suspend | Suspend Workspace |
Documentation For Models
- Backup
- BaseUser
- BodyBumpApiWorkspacesBumpPost
- BodyBumpAppApiWorkspacesAppNameBumpPost
- BodyQadeployApiWorkspacesQadeployPost
- BodyQadestroyApiWorkspacesQadestroyPost
- BuildSchema
- Cluster
- CodeMetricBlobPayload
- CodeMetricBlobResponse
- CopyDBPayload
- CreateBackupResponse
- CreateBuildPayload
- CreateMetricPayload
- CreateWorkspacePayload
- HTTPValidationError
- Job
- JobStatus
- ListUserResponse
- Metric
- Profile
- ResponseMetadata
- ServerTimezone
- ServerType
- Size
- SlackMember
- TokenResponse
- ValidationError
- ValidationErrorLocInner
- VersionsConfig
- Workspace
Documentation For Authorization
Authentication schemes defined for the API:
HTTPBearer
- Type: Bearer authentication
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 tickforge_client-2.1.0.tar.gz.
File metadata
- Download URL: tickforge_client-2.1.0.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a898ae9342e25b6b5bcaa091814226c2b1215d3aca4be40c1036205ccbb21d6c
|
|
| MD5 |
3612ca821a30c00208825ffd2354ebb8
|
|
| BLAKE2b-256 |
4c326da29667b9a822d4c6d9dcca66e7e547e1dbef4fae75c7d6236880b84701
|
File details
Details for the file tickforge_client-2.1.0-py3-none-any.whl.
File metadata
- Download URL: tickforge_client-2.1.0-py3-none-any.whl
- Upload date:
- Size: 134.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c3651254b7738ef74a2c663b2f406ab1db16d4dc67f3daa3d7616808672e90b
|
|
| MD5 |
45e72135239761ba5c1fb932e63a6567
|
|
| BLAKE2b-256 |
84ef00faf0e9ef83507c937a0bbf3ea6e3afb3af44b0cd99eaee2ecfd647768a
|