Question

I was reading this guideline about resource identifiers and I'm not sure how a client would be able to navigate to the resource just having the entry point URL and the identifier.

How does the client find out the URL structure to be used to fetch the resource? URI template? Maybe a search feature that uses OpenSearch? How do you usually solve this?

Let me know of any examples of REST APIs that solved this problem.

Was it helpful?

Solution

The client doesn't find URL structures but follows (relative) links.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top