I'm just starting out with a python written cloud app (appengine app?). So far I have seen these methods for communicating with my cloud app:
- HTTP-requests
- Cloud endpoints
Is there anything I can do with endpoints that I can't do with HTTP-requests? Or vice versa?