I'm using Retrofit in my Android project to handle REST web service calls. Now I need to add support HAL JSON to be able to implement dynamic adding items to my list (load more on scrool). HalJson: http://stateless.co/hal_specification.html
Does anybody know how to handle it with Retrofit?