Mobile Development
Android
iOS
Web
Backend
EndpointsBackend
Endpoints Overview
The Road to Learning Endpoints
Setup
Activity
Backend Model
Activity
MovieQuotes Web App
Activity
Endpoints API: Create
Activity
Endpoints API: Read
Activity
Endpoints API: Update
Activity
Endpoints API: Delete
Activity
Deploying to App Engine
Activity
Troubleshooting and Viewing Data
Activity
Lab: WeatherpicsBackend
Questions
Slides
1.
How do you augment insert to let it update quotes?
Overload the insert method to take another type of quote as a parameter
Check to see if the object to be inserted is already in the datastore
Check Answer
2.
What property must be set to overwrite an existing quote?
movie
quote
entityKey
Check Answer
Previous Task
Next Task