forked from platypush/platypush
Added Foursquare backend
This commit is contained in:
parent
3daf39e3e0
commit
3b2ca4d70c
6 changed files with 81 additions and 0 deletions
docs/source
|
|
@ -15,6 +15,7 @@ Backends
|
|||
platypush/backend/button.flic.rst
|
||||
platypush/backend/camera.pi.rst
|
||||
platypush/backend/chat.telegram.rst
|
||||
platypush/backend/foursquare.rst
|
||||
platypush/backend/google.fit.rst
|
||||
platypush/backend/google.pubsub.rst
|
||||
platypush/backend/gps.rst
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Events
|
|||
platypush/events/camera.rst
|
||||
platypush/events/chat.telegram.rst
|
||||
platypush/events/distance.rst
|
||||
platypush/events/foursquare.rst
|
||||
platypush/events/geo.rst
|
||||
platypush/events/google.rst
|
||||
platypush/events/google.fit.rst
|
||||
|
|
|
|||
5
docs/source/platypush/backend/foursquare.rst
Normal file
5
docs/source/platypush/backend/foursquare.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.foursquare``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.backend.foursquare
|
||||
:members:
|
||||
5
docs/source/platypush/events/foursquare.rst
Normal file
5
docs/source/platypush/events/foursquare.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.foursquare``
|
||||
======================================
|
||||
|
||||
.. automodule:: platypush.message.event.foursquare
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue