Skip to main content

For interacting with the Prelude API

Project description

Prelude SDK

Use this utility if you want direct access to the Prelude API.

The prelude-cli utility wraps around this SDK to provide a rich command line experience.

Modules

This SDK allows you to interact with several Prelude modules:

  • Accounts (AccountController)
  • Database (DatabaseController)
  • Detect (DetectController)

Install

pip install prelude-sdk

Quick start

The following example adds a new user to your account:

from detect_sdk.controllers.account_controller import AccountController
from detect_sdk.models.account import Account
from detect_sdk.models.codes import Permission


controller = AccountController(account=Account())
token = controller.create_user(permission=Permission['SERVICE'].value)

Project details


Release history Release notifications | RSS feed

This version

0.9.9

Download files

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

Source Distribution

prelude-sdk-0.9.9.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

prelude_sdk-0.9.9-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

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