Re: A broader discussion: the usefulness of REST

> One big hurdle, in my opinion, of REST is that the client needs to understand the language of the server in order to use it. Prior to LLMs, this was only possible if that language was coded into the client.

Not if clients and servers use the same common data model - RDF.

The Graph Store Protocol is essentially a uniform REST interface:
https://www.w3.org/TR/sparql11-http-rdf-update/

Received on Tuesday, 10 June 2025 20:05:32 UTC