riskfirst / riskfirst.hateoas

Powerful HATEOAS functionality for .NET web api
MIT License
78 stars 25 forks source link

Link Policies should be combinable #5

Closed jamiecoh closed 7 years ago

jamiecoh commented 7 years ago

I originally had this functionality, and it makes sense. I just want to define a policy against IPagedLinkContainer to add paging links if there is more than one page and use that on every policy for PagedLinkContainer<TResource> results.

I removed it, and forgot to make IPagedLinkContainer public (#2)