Python client for the Verba (VFC Capture) HTTP Business API
Project description
verba-client
Python client for the Verba (VFC Capture) HTTP Business API.
Installation
pip install verba-client
Quick Start
from datetime import datetime, timedelta
from verba_client import VerbaClient
with VerbaClient(
base_url="https://your-verba-server.com/verba",
api_key="YOUR-API-KEY",
username="user@example.com",
password="password",
) as client:
# Search calls from the last 7 days
end = datetime.now()
start = end - timedelta(days=7)
result = client.search_calls(start, end, pagelen=50)
print(f"Found {result.total_count} calls")
for call in result.calls:
print(f" {call.ccdr_id}: {call.source_caller_id} -> {call.destination_caller_id}")
API Coverage
All 18 HTTP Business API endpoints are supported:
Authentication: authenticate()
Metadata Calls:
search_calls(), get_call_information(), get_call_id(), get_call_url(),
delete_call(), add_marker(), attach_metadata(), get_markers(),
get_voice_quality(), keep_call(), mute_recording()
Media Calls:
get_media(), get_media_encoded(), get_media_live(), get_media_segment(),
get_thumbnail(), get_waveform(), put_media()
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verba_client-0.1.0.tar.gz.
File metadata
- Download URL: verba_client-0.1.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef76d9af82ba4c12461cc228e95bd6890e732d49887af49928829eb2d53d5e78
|
|
| MD5 |
0de056cf796e1b42f4574a8bd123ece7
|
|
| BLAKE2b-256 |
d64be3274f9f6fc6b2e149db97ad849acd15d96f63ce4cfc90f0a54f7af44cd8
|
Provenance
The following attestation bundles were made for verba_client-0.1.0.tar.gz:
Publisher:
publish.yml on vignirvignir/VerbaSiminn
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
verba_client-0.1.0.tar.gz -
Subject digest:
ef76d9af82ba4c12461cc228e95bd6890e732d49887af49928829eb2d53d5e78 - Sigstore transparency entry: 1003299311
- Sigstore integration time:
-
Permalink:
vignirvignir/VerbaSiminn@a683ddc575f000af5bb4902e29413cf89e1cc712 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/vignirvignir
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a683ddc575f000af5bb4902e29413cf89e1cc712 -
Trigger Event:
release
-
Statement type:
File details
Details for the file verba_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: verba_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b18bd8b028e644f40a990d19ac7c53ee6c3194640d9471425132f87c4b9a1d
|
|
| MD5 |
76d132ac948c1241740f660720865f58
|
|
| BLAKE2b-256 |
7804074192f26dad71f6db68f6a7216834df1f9f6d8108de198807eb21c8db80
|
Provenance
The following attestation bundles were made for verba_client-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on vignirvignir/VerbaSiminn
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
verba_client-0.1.0-py3-none-any.whl -
Subject digest:
a7b18bd8b028e644f40a990d19ac7c53ee6c3194640d9471425132f87c4b9a1d - Sigstore transparency entry: 1003299318
- Sigstore integration time:
-
Permalink:
vignirvignir/VerbaSiminn@a683ddc575f000af5bb4902e29413cf89e1cc712 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/vignirvignir
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a683ddc575f000af5bb4902e29413cf89e1cc712 -
Trigger Event:
release
-
Statement type: