Android's UI events architecture guide reinforces this by explicitly recommending against modelling one-off events through a separate event stream alongside UI state — such events are not guaranteed ...
GET /hello Simple greeting endpoint GET /greeting?name=xxx Greeting with query parameter GET /user/{username} Retrieve user information POST /api/users Create new ...