HATEOAS are a good practice for RESTful APIs. I miss some of native compatibility in the lib.
As HAL is still a draft, maybe there would be nice to pass some kind of adapter in order to let client to decide the format that will recieve. This adapter could be an Interface/Class that this lib exports for flexibility and consistency.
Issue Description
HATEOAS are a good practice for RESTful APIs. I miss some of native compatibility in the lib.
As HAL is still a draft, maybe there would be nice to pass some kind of adapter in order to let client to decide the format that will recieve. This adapter could be an Interface/Class that this lib exports for flexibility and consistency.
GET /accounts
GET /accounts/123
How many of you find this feature/compatibility useful?