Phrame API
Project description
PhrameAPI
Phrame API
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.2
- Package version: 1.0.2
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
Requirements.
Python 2.7 and 3.4+
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 PhrameAPI
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 PhrameAPI
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import PhrameAPI
from PhrameAPI.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost/PhrameServer
# See configuration.py for a list of all supported configuration parameters.
configuration = PhrameAPI.Configuration(
host = "http://localhost/PhrameServer"
)
# Enter a context with an instance of the API client
with PhrameAPI.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = PhrameAPI.PhrameApi(api_client)
component_name = 'component_name_example' # str | Name of component
version_id = 'version_id_example' # str | ID of component (optional)
try:
# DELETE Component
api_instance.minio_delete_ui_component(component_name, version_id=version_id)
except ApiException as e:
print("Exception when calling PhrameApi->minio_delete_ui_component: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost/PhrameServer
| Class | Method | HTTP request | Description |
|---|---|---|---|
| PhrameApi | minio_delete_ui_component | DELETE /components | DELETE Component |
| PhrameApi | minio_delete_ui_config | DELETE /config | DELETE config |
| PhrameApi | minio_get_all_component_names | GET /components/all | Get all components |
| PhrameApi | minio_get_all_config_names | GET /config/all | GET all configs |
| PhrameApi | minio_get_ui_component | GET /components | GET Components |
| PhrameApi | minio_get_ui_config | GET /config | GET config |
| PhrameApi | minio_post_ui_component | POST /components | POST component |
| PhrameApi | minio_post_ui_config | POST /config | POST config |
Documentation For Models
Documentation For Authorization
All 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 phrameapi-1.1.0.dev1.tar.gz.
File metadata
- Download URL: phrameapi-1.1.0.dev1.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f8fbc810c5f6fbe557d28f47c0d922ce5f9c32edcfca63d83e860a2123596cd
|
|
| MD5 |
963480711d3ff506bddc2857561c4d94
|
|
| BLAKE2b-256 |
26895297f120df2e72cf55ddee96ae40d3e3d47428b6f919228eb424c35378cf
|
File details
Details for the file PhrameAPI-1.1.0.dev1-py3-none-any.whl.
File metadata
- Download URL: PhrameAPI-1.1.0.dev1-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d30456a1d7281de85b8452fbb46e5b5f5b94773f621328337d27e667e413860
|
|
| MD5 |
c3b7232a9056465e89ce6ec889d9c282
|
|
| BLAKE2b-256 |
26a47851753d03b90335e82bc746a4f3ede3a954d277179885df5aa33725e340
|