Grokking Modern API Design Interview
Vote
0% completed
Introduction: Beyond REST
A driver is moving through a city. Their position changes every second. A passenger opens a screen and needs to see those changes as they happen.
The REST vocabulary from Chapter 2 can describe the current position:
GET /rides/ride_81M/location
That operation answers the question the caller asked: where is the driver now?
.....
.....
.....
Like the course? Get enrolled and start learning!