Oddbean new post about | logout

Notes by data af | export

 Designing an API and we're now struggling on plural or singular objects in our URIs.

GET /resources (returns a list)
GET /resources/thing-id1 (returns a thing)
POST /resource (submits a new thing)

What should I do? Does HMG have any opinion on this? @2fd7551e?