Not that it matters, but I actually did know URLs can be signed :) What I haven’t seen before is using this to address the problem of clients considering URLs as the API (instead of using hypermedia)
Signing URLs, what a cool idea! It’s so obvious, and apparently it’s been around for a while, but I’d never come across this before
1
6
An inherent problem of hypermedia rest Apis: customers want to query data more flexible without breaking the evolution of the APIs and the hypermedia references should be resolved transparently on the server side if they actually need the data. All problems #GraphQL addresses
1
GraphQL is a solution to a problem they wouldn’t have if they were provided with a real hypermedia API
1
1
I think you leave more work to the clients if you provide a data-centric API. Doing more on the server side reduces the need for the client to query.
Oct 26, 2020 · 4:24 PM UTC
1

