| Class | Description |
|---|---|
| CeleAPI |
An endpoint class we are exposing
|
| Constants |
Contains the client IDs and scopes for allowed clients consuming your API.
|
| HolidayBean |
Holiday object with id, name, keyword, date, month, and year
|
| Location | |
| OfyService |
Objectify service wrapper so we can statically register our persistence classes
More on Objectify here : https://code.google.com/p/objectify-appengine/
|
| Yelp |
Access Yelp API (from Yelp Tutorial)
|
| YelpApi2 |
Service provider for "2-legged" OAuth10a for Yelp API (version 2).
|
| YelpBean |
The object model for the data we are sending through endpoints
|
| YelpResults | |
| YelpSingleResult | |
| YelpTest |