Skip to main content

Aliro Q.Network

Project description

aliro-aqn

This is an api for the Aliro Q.Network

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

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

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 aliro-aqn

Then import the package:

import aliro_aqn

Getting Started

Import necessary modules

import aliro_aqn
from aliro_aqn.rest import ApiException
from pprint import pprint
from typing import List

Set up authentication

You can retrieve your API token in your "Account" page at https://aqn.aliro.io/

configuration = aliro_aqn.Configuration()
configuration.api_key['Authorization'] = 'API_TOKEN'
configuration.host = 'https://aqn.aliro.io'

Documentation for API Endpoints

All URIs are relative to http://localhost:3998/v1

Class Method HTTP request Description
AuthenticationApi auth_login_post POST /auth/login login using username and password
SubmissionsApi submissions_details_stream_get GET /submissions/details/stream get details about a submission's results
SubmissionsApi submissions_post POST /submissions submit a new submission
UserApi user_api_key_post POST /user/apiKey generate Aliro API key for user
UserApi user_information_update_post POST /user/informationUpdate update user email and name
UserApi user_password_change_post POST /user/passwordChange change user password from known password

Documentation For Models

Documentation For Authorization

JwtKeyAuth

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Author

nick@aliroquantum.com

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

aliro-aqn-1.0.0.tar.gz (30.4 kB view hashes)

Uploaded Source

Built Distribution

aliro_aqn-1.0.0-py2-none-any.whl (56.8 kB view hashes)

Uploaded Python 2

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