Commit 5211e8bd authored by hupantingxue's avatar hupantingxue

Comment examples;

parent f3c8a745
......@@ -56,6 +56,7 @@ Details refer to `examples <https://github.com/jpush/jpush-api-python-client/blo
Simple iOS Push
---------------
See more push examples in `Push Examples <https://github.com/jpush/jpush-api-python-client/tree/master/examples/push>`
>>> import jpush as jpush
>>> from conf import app_key, master_secret
>>> _jpush = jpush.JPush(app_key, master_secret)
......@@ -69,6 +70,7 @@ Simple iOS Push
Get taglist
-----------------
See more devices api examples in `Push Examples <https://github.com/jpush/jpush-api-python-client/tree/master/examples/device>`
>>> import jpush as jpush
>>> from conf import app_key, master_secret
>>> _jpush = jpush.JPush(app_key, master_secret)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment