Server-side SDK for FIN external APIs
Project description
Mamatech External Python SDK
Server-side Python SDK for the FIN external APIs.
Environment variables:
FIN_BASE_URL, defaulthttps://api.fin.ioFIN_APP_CODEFIN_SECRET_KEY
Install:
pip install mamatech-external-sdk
Usage:
from mamatech_external_sdk import FinExternalClient
client = FinExternalClient()
single = client.create_external_user("Ada", "Lovelace", "cust_001")
bulk = client.bulk_create_external_users(
[
{"firstName": "Ada", "lastName": "Lovelace", "thirdPartyId": "cust_001"},
{"firstName": "Grace", "lastName": "Hopper", "thirdPartyId": "cust_002"},
],
skip_existing=True,
)
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 mamatech_external_sdk-0.1.4.tar.gz.
File metadata
- Download URL: mamatech_external_sdk-0.1.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08b11479346745f477a7abd3325ea644b72b30ffcb3a86d767ab4fe98b576f9
|
|
| MD5 |
172ffb86942c31bdf00553fe0ecb6989
|
|
| BLAKE2b-256 |
6f7ff469e70fa2f5849a22ca9707b1125a8959811d257332c71d121071185b7c
|
File details
Details for the file mamatech_external_sdk-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mamatech_external_sdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
764a1bb47f597fcea53635b726ac3fab861c6533bc7cb93f9b6743a591dd7d9b
|
|
| MD5 |
9a51d75a49feee9eff0fce93a504085c
|
|
| BLAKE2b-256 |
dc20f1af2a415d96f132ba1f0de5401dc3d76b25ba7f474698f325ae32b4d920
|