|
|
|
|
|
by wstrange
3346 days ago
|
|
Practically speaking, most REST based servers and clients are tightly coupled anyways. That is why SDKs are so popular with developers. They just want to call a method and not be concerned with how the bits get across the wire. And please do not cite the browser as a good example of a REST client. The browser is driven by an advanced AI (namely a human). We are not there yet with machine to machine interactions, and it isn't clear that REST is the magic bullet that will enable this kind of system. |
|
SDKs are an enormous effort to create and maintain for every HTTP API, I think it's a malpractice that is all too common.
Browsers (and by extension, websites) are not good examples of REST in practice? I don't know what world you're in.