Official Python SDK for Buena.ai API v2 - LinkedIn automation and lead management
Project description
buena-sdk
The most powerful LinkedIn automation and lead management API for modern sales teams and developers.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 2.0.0
- Package version: 1.0.0
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import buena_sdk
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import buena_sdk
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import buena_sdk
from buena_sdk.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://api.buena.ai/api/v2
# See configuration.py for a list of all supported configuration parameters.
configuration = buena_sdk.Configuration(
host = "https://api.buena.ai/api/v2"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: ApiKeyAuth
configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer'
# Enter a context with an instance of the API client
with buena_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = buena_sdk.DefaultApi(api_client)
create_api_key_request = buena_sdk.CreateApiKeyRequest() # CreateApiKeyRequest |
try:
# Create API Key
api_response = api_instance.create_api_key(create_api_key_request)
print("The response of DefaultApi->create_api_key:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->create_api_key: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.buena.ai/api/v2
| Class | Method | HTTP request | Description |
|---|---|---|---|
| DefaultApi | create_api_key | POST /keys | Create API Key |
| DefaultApi | create_lead | POST /leads | Create Lead |
| DefaultApi | health_check | GET /health | Health Check |
| DefaultApi | list_api_keys | GET /keys | List API Keys |
| DefaultApi | list_leads | GET /leads | List Leads |
Documentation For Models
Documentation For Authorization
Authentication schemes defined for the API:
ApiKeyAuth
- Type: API key
- API key parameter name: x-api-key
- Location: HTTP header
Author
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
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 buena_sdk-1.0.3.tar.gz.
File metadata
- Download URL: buena_sdk-1.0.3.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b56c9da97851b427fe365fbe137ad2d047f8c05ae0b741b5ce52dd88d9df4d42
|
|
| MD5 |
83b9c1d4d40a40ed29a241f64aa7f6ea
|
|
| BLAKE2b-256 |
5f31716258223e1161c894a93e999cf8ddb4096689334701d340a9b6b70e191b
|
File details
Details for the file buena_sdk-1.0.3-py3-none-any.whl.
File metadata
- Download URL: buena_sdk-1.0.3-py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab029b40c1fe837de6a665f0c39f0c3b648d5dd1156d024a8a9f10ee2fb813b9
|
|
| MD5 |
4c36e20aa995f7e229ca53c3b366c525
|
|
| BLAKE2b-256 |
a0b081153bee5cef203fc7ae99aac87a598b4b302f26c1699868f22f0a63058a
|