Greg

Results 1 issues of Greg

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...