mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Web Nodes outline (markdown)
parent
e627dc945c
commit
217f9ce641
@ -6,7 +6,7 @@ Some use HTTP(S) callback for event notification. This will only be possible wit
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### FourSquare
|
#### FourSquare/Swarm
|
||||||
|
|
||||||
##### Issues
|
##### Issues
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ Notes:
|
|||||||
* Only return a new check-in since the node was initialized
|
* Only return a new check-in since the node was initialized
|
||||||
* Polls every 15 mins
|
* Polls every 15 mins
|
||||||
* Could consider adding additional filter options - tag, category, geographic region...
|
* Could consider adding additional filter options - tag, category, geographic region...
|
||||||
|
* Foursqure 8.0 split into Foursquare and Swarm. Foursquare being the "give me all the chinese restaurants near me" type capability and Swarm being the "check-in", more social capability (https://developer.foursquare.com/docs/2014update). Therefore anything check-in related needs to be named Swarm, as we have done.
|
||||||
|
|
||||||
##### Query
|
##### Query
|
||||||
* Poll the check-in URI to get the list of check-ins for the authenticated user ('self')
|
* Poll the check-in URI to get the list of check-ins for the authenticated user ('self')
|
||||||
|
Loading…
Reference in New Issue
Block a user