Metadata-Version: 2.4
Name: contact_space
Version: 0.0.4
Summary: SDK to interact with the ContactSpace REST API
Author: George Burns
Author-email: George Burns <mrgeorgegburns@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: python-dateutil
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# contact_space

An SDK to interact with the ContactSpace REST API

Documentation of API: https://documenter.getpostman.com/view/14510675/UVJhEabw#ab347a65-d28c-40f8-a0af-22647825318d 

# How to install

Installed via pip:

pip install contact_space


# Features
Handles authorisation check and batches requests to meet API requirements

Stable endpoints:
    - create datasets
    - insert records into datasets/with callback/as next
    - get initiatives/users/outcomes/callids/records

Upcoming:
    - update record/outcome/value
