What it means for an API to be RESTful
en.andros.dev
What it means for an API to be RESTful
1–10 of 59 posts
Re: What it means for an API to be RESTful
#2Conditional requests feel like the other omission. ETag and 304 are part of the same "use HTTP as intended" argument, and they change client behaviour more often than whether someone hardcoded a route.
Re: What it means for an API to be RESTful
#3Re: What it means for an API to be RESTful
#4Well, this inevitable flamewar will be a nice change from the pro-AI / anti-AI comment threads, at least...
Re: What it means for an API to be RESTful
#5Re: What it means for an API to be RESTful
#6> REST (Representational State Transfer) is a software architectural style that was created to describe the design and guide the development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed, Internet-scale hypermedia system, such as the Web, should behave.
And isn't it always misused, mis-represented basically all the time? Often confused with things that are basically just JSON API(s)?
Re: What it means for an API to be RESTful
#7Well, this inevitable flamewar will be a nice change from the pro-AI / anti-AI comment threads, at least...
Are you sure it is not just a AI authored rehash of the thousands of articles online that make the same points already?
Re: What it means for an API to be RESTful
#8Isn't this well defined already? https://en.wikipedia.org/wiki/REST > REST (Representational State Transfer) is a software architectural style that was created to describe the design and guide the development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed, Internet-scale hypermedia system, such as the Web, should behave. And isn't it always misu…
Re: What it means for an API to be RESTful
#9Re: What it means for an API to be RESTful
#10Isn't this well defined already? https://en.wikipedia.org/wiki/REST > REST (Representational State Transfer) is a software architectural style that was created to describe the design and guide the development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed, Internet-scale hypermedia system, such as the Web, should behave. And isn't it always misu…
The article makes this point.