REST API design best practices
2022. 8. 26. 13:59
더보기 Overview of REST API (Copied from Microsoft docs) In 2000, Roy Fielding proposed Representational State Transfer(REST) as an architectural approach to designing web services. REST API are designed around resources, which are any kind of object, data, or services that can be accessed by client. A resource has an identifier, which is a URI that uniquely identifies that resource. For example, t..