Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Add HAL-support #33

Open
lazee opened this issue Jul 1, 2013 · 3 comments
Open

Add HAL-support #33

lazee opened this issue Jul 1, 2013 · 3 comments

Comments

@lazee
Copy link

lazee commented Jul 1, 2013

Several features in Rest-shell doesn't work when Spring HATEOAS is configured to use the HAL media type

@EnableHypermediaSupport(type = HypermediaType.HAL)
public class AppConfig() {...}

Do you plan to add HAL support to rest-shell?

Features not working : discover, list

@jbrisbin
Copy link
Contributor

The next iteration on rest-shell should probably use Spring HATEOAS so should also support HAL, depending on the configuration. I don't have any immediate plans to add that myself but would support any PRs around this functionality.

@xoanteis
Copy link

xoanteis commented Feb 27, 2017

Perhaps this issue should be closed or marked as done since discover and list are already supported.

@luvarqpp
Copy link

Also setting Accept header can help sometimes.

In rest-shell:

headers set --name Accept --value application/hal+json

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants