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

Hypermedia REST API client for AngularJS applications

Results 5 angular-hypermedia issues
Sort by recently updated
recently updated
newest added

My server side has a result number limit of 25 by default. Can I send along with $linkRel, the number of results i want?

When receiving a 400 with content-type of "application/vnd.error+json", the resulting response.error (in catch or 2nd arg to then) is incomplete, i.e. message, $nested are undefined despite being present in the...

Could a complete working example be provided to augment the snippets of examples provided? Specifically I'd really appreciate an example that shows loading a JSON HAL collection into an array...

We also have HAL APIs, and use angular, but we're upgrading now to Angular2. Have you thought about, or done any work in that direction yet?

I am using angular-hypermedia with HalResources, I have set this as the default for my HalContext. When I do a post using the following: provider.$linkRel('create-client', halResource).$post({ data: 'data' }).then(function(response){ console.log(typeof...