Skip to content

Instantly share code, notes, and snippets.

@damienklinnert
Created August 15, 2012 19:39
Show Gist options
  • Save damienklinnert/3362953 to your computer and use it in GitHub Desktop.
Save damienklinnert/3362953 to your computer and use it in GitHub Desktop.
AppDotNet
.getUser()
✓ returns a user object (827ms)
✓ returns an error when not authorized (730ms)
.followUser()
✓ returns a user object (835ms)
✓ returns an error when not authorized (747ms)
.unfollowUser()
✓ returns a user object (811ms)
✓ returns an error when not authorized (733ms)
.listFollowing()
✓ returns user objects (4286ms)
✓ returns an error when not authorized (728ms)
.listFollowers()
✓ returns user objects (17618ms)
✓ returns an error when not authorized (736ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment