Created
August 15, 2012 19:39
-
-
Save damienklinnert/3362953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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