Updated Web Nodes outline (markdown)

hbeeken 2014-10-07 06:01:45 -07:00
parent 217f9ce641
commit f3307c5410
1 changed files with 4 additions and 1 deletions

@ -23,7 +23,6 @@ Notes:
* Only return a new check-in since the node was initialized
* Polls every 15 mins
* 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
* Poll the check-in URI to get the list of check-ins for the authenticated user ('self')
@ -35,6 +34,10 @@ Notes:
##### Outputs
* 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