We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ad5bf + 7ebed3b commit 767030aCopy full SHA for 767030a
README.md
@@ -1,2 +1,14 @@
1
# sendpulse-rest-api
2
+
3
A simple SendPulse REST client library and example for Python.
4
5
+## Install using pipy
6
7
+```sh
8
+# version 0.0.3
9
+pip install pysendpulse
10
+```
11
12
+## Examples
13
14
+See a list of examples [here](https://github.com/sendpulse/sendpulse-rest-api-python/blob/master/pysendpulse/examples/sendpulse-rest-api-example.py)
0 commit comments