Alcaeus icon indicating copy to clipboard operation
Alcaeus copied to clipboard

Hydra core hypermedia library

Results 25 Alcaeus issues
Sort by recently updated
recently updated
newest added

While trying to use Alcaeus with Angular (which uses webpack for tooling under the hood) following the [Alcaeus getting started instructions](https://alcaeus.hydra.how/latest/#/?id=getting-started), I ran into a couple of issues when trying...

Hey @tpluscode , is there a way to iterate over the properties on a resource if they are not listed as supported in the api doc? I did try resorting...

Hydra can also include operations inlined in the representation ``` json { "@id": "Person", "hydra:operation": [ { "@type": "hydra:DeleteOperation" }, { "@type": "hydra:ReplaceOperation" } ] } ``` They should be...

So, this might tie into my earlier question about `apiDocumentation` (https://github.com/hypermedia-app/Alcaeus/issues/259). I'm currently attempting to map from `memberAssertion` to `supported properties`. How is this expected to be done in Alcaeus?

I'm using the current published version of alcaeus (1.3.1). So far I have been unable to fetch property information using the `get` method. The typed helper method all seem to...

re https://github.com/HydraCG/Specifications/issues/233 Alcaeus should also be able to find collections where the member assertions are on the class type, as long as they appear in the ApiDocumentation resource representation. This...

In v1.0 all requests get combined into a single dataset. The purpose of that was to have an easy way to combine different resource representations and especially their API Documentation(s)...

Currently it is possible to set the `defaultHeaders` which can also include `content-type` This is likely going to be a common thing to do and maybe some setting could be...