AOI API
Project description
AOI-API
AOI_API
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.1
- Package version: 2.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 AOI_API
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 AOI_API
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import AOI_API
from AOI_API.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost/AOIServer
# See configuration.py for a list of all supported configuration parameters.
configuration = AOI_API.Configuration(
host = "http://localhost/AOIServer"
)
# Enter a context with an instance of the API client
with AOI_API.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = AOI_API.AOIApi(api_client)
try:
#
api_response = api_instance.post_calibration()
pprint(api_response)
except ApiException as e:
print("Exception when calling AOIApi->post_calibration: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost/AOIServer
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AOIApi | post_calibration | POST /calibrate | |
| AOIApi | post_scan_board | POST /scan_board |
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 aoi_package-2.0.2.tar.gz.
File metadata
- Download URL: aoi_package-2.0.2.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552daa2a775f43dd497657085718ddc18d729635dc6c676eddfc417aa0976ea3
|
|
| MD5 |
5ccd08495921f92f0e4a834353e6818d
|
|
| BLAKE2b-256 |
d67d2628ff4349dc29570714e5c866ca8e8d01c358b7a7dffba3e0b2fa6ac8ea
|
File details
Details for the file aoi_package-2.0.2-py3-none-any.whl.
File metadata
- Download URL: aoi_package-2.0.2-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
398a5f64993fc11385ae215f77b2c2440de49ed774528b1a4e9ce3011f8224f6
|
|
| MD5 |
21ab694edd6ea37dbf4071a8e807593a
|
|
| BLAKE2b-256 |
4e97b08cbe21cd652801188d338a04fc2ae15ca2102d76185061f984ab44b6d4
|