Skip to content

Instantly share code, notes, and snippets.

@ruggi
Created January 17, 2018 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruggi/59ec2951d79681f0b99a09d6d67d8bc0 to your computer and use it in GitHub Desktop.
Save ruggi/59ec2951d79681f0b99a09d6d67d8bc0 to your computer and use it in GitHub Desktop.
// Initialize a flat feed
flat := client.FlatFeed("user", "123")
// Initialize an aggregated feed
aggregated := client.AggregatedFeed("timeline_aggregated", "123")
// Initialize a notification feed
notification := client.NotificationFeed("notification", "123")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment