angular-hateoas icon indicating copy to clipboard operation
angular-hateoas copied to clipboard

Provider not returning itself

Open Nate-Wilkins opened this issue 8 years ago • 0 comments

This is more of a provider style that I've come to like quite a bit from the angular providers and would like to see it also implemented here as well.

i.e

HateoasInterfaceProvider
    .setHalEmbedded('_embedded')
    .setLinksKey('_links');

Would be a pretty simple addition just a matter of wanting it or not.

Nate-Wilkins avatar Oct 08 '15 01:10 Nate-Wilkins