260 Views
Keep REST API URLs evolvable. A way to address Hyrum's law. Publishing and maintaining a true ( level 3) RESTful API is difficult. This is the style of REST design where clients are expected to follow links to perform the work they want to accomplish; not assemble URLs from templates.
0 comments