문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top