Skip to main content

Omni API Client

Project description

Omni API

Simple REST API wrapper for the Omni infra-structure.

Configuration

Name Type Description
OMNI_BASE_URL str The base URL that is going to be used for API connections (defaults to http://localhost:8080/mvc/).
OMNI_OPEN_URL str The open URL for the Omni connection (defaults to OMNI_BASE_URL).
OMNI_PREFIX str The default prefix to be used for API requests (defaults to adm/).
OMNI_ID str The client id to be used for API connections (defaults to None).
OMNI_SECRET str The secret key to be used for API connections (defaults to None).
OMNI_REDIRECT_URL str The URL to be used for redirection OAuth based workflow (defaults to base,base.user,base.admin,foundation.store.list).
OMNI_USERNAME str The username to be used on direct workflow (defaults to None).
OMNI_PASSWORD str The password to be used on direct workflow (defaults to None).

Usage

Typical usage of the Omni client implies the providing of the username and the password inside the target omni instance (Direct Mode).

api = omni.Api(
    base_url = "http://frontdoorhq.com",
    username = "YOUR_USERNAME",
    password = "YOUR_PASSWORD"
)

Alternatively it's possible to use the api throught an OAuth base approach using the provided client id and secret values.

api = omni.Api(
    base_url = "http://frontdoorhq.com",
    client_id = "YOUR_OAUTH_ID",
    client_secret = "YOUR_OAUTH_SECRET"
)

For these type of handling the OAuthAccessError exception must be handled and then the user must be redirect to the url provided by api.oauth_autorize method call.

Running then the api.oauth_access call with the returned code from the server side that should be used to redeem the access_token required for session authentication.

Examples

Examples are located here.

License

Omni API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License

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

omni_api-0.7.0.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

omni_api-0.7.0-py2.py3-none-any.whl (55.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file omni_api-0.7.0.tar.gz.

File metadata

  • Download URL: omni_api-0.7.0.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for omni_api-0.7.0.tar.gz
Algorithm Hash digest
SHA256 9c12f290fd0bc4b612fb8de2aef4033504db5fda146a62550526e368f0273294
MD5 f4aef4878a07a4e6e9f47060150f2666
BLAKE2b-256 781fc26def1aa17b3049cad4a49fe2996fc6d496deb9325bb1efd7d4b8152b30

See more details on using hashes here.

File details

Details for the file omni_api-0.7.0-py2.py3-none-any.whl.

File metadata

  • Download URL: omni_api-0.7.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for omni_api-0.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 47bf4f2c8e05234277835ffbeed7913d4fc772d72395d7e52cd14c8f692e03ff
MD5 acb04c27b2256a8ae0b86464653db518
BLAKE2b-256 63611677434136c0ca5f1a47b4278d710d82458fbd735e29b031220c8a16c421

See more details on using hashes here.

Supported by

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