You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: