Skip to main content

Simple Python client library for https://httpbin.cn/pulse

Project description

thepulse-sdk-python

>>> import thepulse
>>> kit = keepintouch.Init() 
>>> kit.update('your_key','your_value')
{'_id': '27809a60de71', '_key': 'your_key', '_url': 'https://httpbin.cn/greetings/27809a60de71', '_value': 'your_value'}
>>> kit.get('27809a60de71')
{'_key': 'your_key', '_value': 'your_value'}
>>> kit.update('your_key_updated','your_value_updated', greeting_id='27809a60de71')
{'_id': '27809a60de71', '_key': 'your_key_updated', '_url': 'https://httpbin.cn/greetings/27809a60de71', '_value': 'your_value_updated'}
>>> kit.get('27809a60de71')
{'_key': 'your_key_updated', '_value': 'your_value_updated'}
>>> 

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

thepulse-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

thepulse-1.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page