-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for hypermedia built in #31
Comments
Definitely agree. Would be keen to hear what a solution might look like |
In the past, I have seen WebAPI.HAL used. https://github.com/JakeGinnivan/WebApi.Hal There is a decent specification it follows documented at http://stateless.co/hal_specification.html |
So we're just looking for a return wrapper type that adds rel links do you
think?
…On Thu, 20 Apr 2017 at 11:27 pm, P Karthikeyan ***@***.***> wrote:
In the past, I have seen WebAPI.HAL used.
https://github.com/JakeGinnivan/WebApi.Hal
https://www.nuget.org/packages/WebApi.Hal/
There is a decent specification it follows documented at
http://stateless.co/hal_specification.html
However, It's not been touched in a few years now.
An option is to update it to the latest dotnet and consume it.
Not sure what the effort would be.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALOZEQD0ngmJVg6aHFoXLYG3qNYcpQcks5rx10vgaJpZM4NCfV_>
.
|
I've used Siren before, and it worked out very well. It is good for writing an actual domain oriented REST API. |
Looks a bit more comprehensive than WebApiHal, what did you like about it?
I reckon we can use either though.
So this issue is just to add the nuget package and what use it in a sample
controller?
…On Fri, 21 Apr 2017 at 8:55 am, Mark Cheeseman ***@***.***> wrote:
I've used Siren before, and it worked out very well. It is good for
writing an actual domain oriented REST API.
https://github.com/kevinswiber/siren
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALOZDWVqOGHsNsTlVJNNwHExj_kFK1uks5rx-JDgaJpZM4NCfV_>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: