Say you're developing an API with two methods: 1) GET /ids-of-things-recently-updated (returns a list of Thing ids) 2) GET /things/{id} (returns a single Thing). Would you include in 1) Thing ids for Things you know you wouldn't be able to accept in 2)? #API #Design
29% Yes
71% No
434 votes • Final results
18
7
9
Replying to @leandromnunes
Hopefully, the first call would return not just IDs, but a hypermedia response with URIs. If so, why would you include invalid links?

May 11, 2020 · 4:49 PM UTC

13