sift_client.util.util
¶
| CLASS | DESCRIPTION |
|---|---|
AsyncAPIs |
Simple accessor for the asynchronous APIs, still uses the SiftClient instance. |
| FUNCTION | DESCRIPTION |
|---|---|
count_non_none |
Count the number of non-none arguments. |
AsyncAPIs
¶
Bases: NamedTuple
Simple accessor for the asynchronous APIs, still uses the SiftClient instance.
| ATTRIBUTE | DESCRIPTION |
|---|---|
assets |
Instance of the Assets API for making asynchronous requests.
TYPE:
|
calculated_channels |
Instance of the Calculated Channels API for making asynchronous requests. |
channels |
Instance of the Channels API for making asynchronous requests.
TYPE:
|
data_export |
Instance of the Data Export API for making asynchronous requests.
TYPE:
|
file_attachments |
Instance of the File Attachments API for making asynchronous requests.
TYPE:
|
ingestion |
Instance of the Ingestion API for making asynchronous requests.
TYPE:
|
jobs |
Instance of the Jobs API for making asynchronous requests.
TYPE:
|
ping |
Instance of the Ping API for making asynchronous requests.
TYPE:
|
reports |
Instance of the Reports API for making asynchronous requests.
TYPE:
|
rules |
Instance of the Rules API for making asynchronous requests.
TYPE:
|
runs |
Instance of the Runs API for making asynchronous requests.
TYPE:
|
tags |
Instance of the Tags API for making asynchronous requests.
TYPE:
|
test_results |
Instance of the Test Results API for making asynchronous requests.
TYPE:
|
assets
instance-attribute
¶
assets: AssetsAPIAsync
Instance of the Assets API for making asynchronous requests.
calculated_channels
instance-attribute
¶
calculated_channels: CalculatedChannelsAPIAsync
Instance of the Calculated Channels API for making asynchronous requests.
channels
instance-attribute
¶
channels: ChannelsAPIAsync
Instance of the Channels API for making asynchronous requests.
data_export
instance-attribute
¶
data_export: DataExportAPIAsync
Instance of the Data Export API for making asynchronous requests.
file_attachments
instance-attribute
¶
file_attachments: FileAttachmentsAPIAsync
Instance of the File Attachments API for making asynchronous requests.
ingestion
instance-attribute
¶
ingestion: IngestionAPIAsync
Instance of the Ingestion API for making asynchronous requests.
jobs
instance-attribute
¶
jobs: JobsAPIAsync
Instance of the Jobs API for making asynchronous requests.
ping
instance-attribute
¶
ping: PingAPIAsync
Instance of the Ping API for making asynchronous requests.
reports
instance-attribute
¶
reports: ReportsAPIAsync
Instance of the Reports API for making asynchronous requests.
rules
instance-attribute
¶
rules: RulesAPIAsync
Instance of the Rules API for making asynchronous requests.
runs
instance-attribute
¶
runs: RunsAPIAsync
Instance of the Runs API for making asynchronous requests.
tags
instance-attribute
¶
tags: TagsAPIAsync
Instance of the Tags API for making asynchronous requests.
test_results
instance-attribute
¶
test_results: TestResultsAPIAsync
Instance of the Test Results API for making asynchronous requests.