Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hypermedia handling #11

Open
chriskapp opened this issue May 20, 2024 · 0 comments
Open

Hypermedia handling #11

chriskapp opened this issue May 20, 2024 · 0 comments

Comments

@chriskapp
Copy link
Member

chriskapp commented May 20, 2024

REST APIs sometime include links to other resources i.e.

image

it would be great if we could add some more support to resolve those links. With the client SDK you are not able to resolve those links since you have a specific client SDK and no general HTTP client. It would be great if we could specify a property that it contains a hypermedia link and then the client provides an easy way to resolve such a link. I.e. we could add a new format hyperlink and if provided the value is not a simple string but instead a resolver class which uses the SDK to resolve the provided url. We also need to specify the schema which gets returned by the url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant