| Package | Description |
|---|---|
| fi.foyt.foursquare.api |
Package containing basic API functionality
|
| fi.foyt.foursquare.api.entities |
Package containing Foursquare entity model
|
| Modifier and Type | Method and Description |
|---|---|
Result<CheckinGroup> |
FoursquareApi.usersCheckins(String userId,
Integer limit,
Integer offset,
Long afterTimestamp,
Long beforeTimestamp)
Returns a history of checkins for the authenticated user.
|
Result<CheckinGroup> |
FoursquareApi.venuesHereNow(String venueId,
Integer limit,
Integer offset,
Long afterTimestamp)
Provides a count of how many people are at a given venue.
|
| Modifier and Type | Method and Description |
|---|---|
CheckinGroup |
CompleteUser.getCheckins()
Returns the count of checkins by this user.
|
CheckinGroup[] |
HereNow.getGroups()
Returns array of checkin groups
|
CheckinGroup |
Checkin.getOverlaps()
Returns checkins from friends checked into the same venue around the same time.
|
Copyright © 2014 Foyt. All Rights Reserved.