hal-client
hal-client copied to clipboard
Use HAL APIs easily
This PR adds a double splat operator usage on the `post_initialize` method call. This is needed in Ruby 3 version, due to the usage of hashes on named parameters. More...
In our API we occasionally encounter dead links. I would like a version of `Representation#related` that does not raise when I ask it to reify a dead link. What it...
Hi there, I stumbled upon this issue while developing some specs for my project. I wanted to _mock_ a `HalClient::Representation` by providing the `parsed_json` option to the constructor. If the...
For example, the application im accessing with this gem, has an application version rendered in custom http header. And it seems, there's no way to access it as response headers...