Mobile Development
Android
iOS
Web
Backend
OAuthBackend
OAuth Overview
Activity
DownloadStartingCode
Activity
Make Endpoints-ready Models
Activity
APIClass
Activity
GetWebClientID
Activity
ListMethods
Activity
InsertMethods
Activity
DeleteMethods
Activity
Deploying to App Engine and Test
Activity
Summary and Troubleshooting
Questions
Slides
1.
What did we change to make the given models use Endpoints? (Choose all that apply.)
Make each model class extend EndpointsModel instead of ndb.Model
Add _message_fields_schema to each class to expose the entityKey (for deletion by key)
Add the endpoints library to code and to app.yaml
Check Answers
Previous Task
Next Task