Skip to main content

Neops Workflow Engine

Project description

Neops Task Engine Client

Neops workflow engine API documentation

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Package version: 0.20.0
  • Generator version: 7.9.0
  • 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 neops_workflow_engine_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 neops_workflow_engine_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import neops_workflow_engine_client
from neops_workflow_engine_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 = neops_workflow_engine_client.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with neops_workflow_engine_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = neops_workflow_engine_client.DefaultApi(api_client)

    try:
        api_instance.app_controller_get_hello()
    except ApiException as e:
        print("Exception when calling DefaultApi->app_controller_get_hello: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi app_controller_get_hello GET /
FunctionBlockApi function_blocks_controller_find_all GET /function-blocks
FunctionBlockApi function_blocks_controller_find_one GET /function-blocks/{id}
FunctionBlockApi function_blocks_controller_register POST /function-blocks
FunctionBlockApi function_blocks_controller_unregister DELETE /function-blocks/{id}
HealthApi health_controller_healthy GET /health

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neops_workflow_engine_client-0.20.0.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file neops_workflow_engine_client-0.20.0.tar.gz.

File metadata

File hashes

Hashes for neops_workflow_engine_client-0.20.0.tar.gz
Algorithm Hash digest
SHA256 0fe85c376ae0fad61adaecce1b66c21a512ea5f351f2dae2f5a17c8fd9ddc3f9
MD5 3d2af80bfa5e5a39eacc2c251ffa1fdd
BLAKE2b-256 09cec15b52b8191bc4f78d806453fd7f222be09fade231befa3f7dbacbfa09f3

See more details on using hashes here.

File details

Details for the file neops_workflow_engine_client-0.20.0-py3-none-any.whl.

File metadata

File hashes

Hashes for neops_workflow_engine_client-0.20.0-py3-none-any.whl
Algorithm Hash digest
SHA256 68e87c20b61dbbaea93265a62caae52d61967fe623b5112578d01dbe09bb170f
MD5 78d6d3099ec34fbf37307526459a2317
BLAKE2b-256 1c8f33431a4d188653b97e8afa8eadca1eca78b215ed45ee93e2a934f28daa26

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page