kitchen3_sdk
Project description
kitchen3_sdk
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 0.0.1
- Package version: 0.0.1
- Generator version: 7.10.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.7+
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 kitchen3_sdk
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 kitchen3_sdk
Tests
Execute pytest
to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import kitchen3_sdk
from kitchen3_sdk.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 = kitchen3_sdk.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with kitchen3_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = kitchen3_sdk.DefaultApi(api_client)
try:
# Kitchen
api_instance.kitchen1_kitchen1_cookbook_kitchen_kitchen()
except ApiException as e:
print("Exception when calling DefaultApi->kitchen1_kitchen1_cookbook_kitchen_kitchen: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | kitchen1_kitchen1_cookbook_kitchen_kitchen | POST /api/kitchen1/default/query/query-2 | Kitchen |
DefaultApi | kitchen1_kitchen1_cookbook_kitchen_load | POST /api/kitchen1/default/storage/load | Load |
DefaultApi | kitchen1_kitchen1_cookbook_kitchen_query_store | POST /api/kitchen1/default/query/query-1 | Query Store |
DefaultApi | kitchen3_kitchen3_cookbook_kitchen_add | POST /api/kitchen3/default/query/query-1 | Add |
DefaultApi | kitchen3_kitchen3_cookbook_kitchen_kitchen | POST /api/kitchen3/default/query/query-2 | Kitchen |
Documentation For Models
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
File details
Details for the file kitchen3_sdk-0.0.1.tar.gz
.
File metadata
- Download URL: kitchen3_sdk-0.0.1.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.8 Linux/6.9.3-76060903-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f636094545c6cb0ff0eddf82e463489ae96255b03877312deb5b7b1f7f993e7d |
|
MD5 | 2275f57d490898cecdcbe1dd13c1e6a6 |
|
BLAKE2b-256 | 0cfccf354bd2408a20f2ea19cd8ce7cbc9a58da8159aba4939a9ad3c7cf7d2d2 |
File details
Details for the file kitchen3_sdk-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: kitchen3_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.8 Linux/6.9.3-76060903-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cdbf37c3c591d164abfe2e8dc402bc22daeaa574f422a7bec9b095ceed0a3b2 |
|
MD5 | 8849f2a023ac71de9ad569c2f4bc72a9 |
|
BLAKE2b-256 | f039a4a8e873bc2e68f40cf8c6dbbb6fe6946f6f1541a3d8820e981ef3921a7b |