1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Web Nodes outline (markdown)

hbeeken 2014-10-07 06:01:45 -07:00
parent 217f9ce641
commit f3307c5410

@ -23,7 +23,6 @@ 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')
@ -35,6 +34,10 @@ Notes:
##### Outputs ##### Outputs
* Create a checkin event * Create a checkin event
##### Notes
* 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.
--- ---
#### Dropbox #### Dropbox