Closed mbStavola closed 8 years ago
I agree that the all of those unneeded "map" and "myArrayList" things need to go away (I think the GSON transformer is responsible for that nesting), but I don't know if I agree with flattening out the data they provide in each episode (each array element). Not sure if I should, because if the official API schema changes in the future, it might cause conflicts with how I choose to flatten.
While I don't think it will change (RSS is a standard), it would be nice if the server could accomodate those changes since the consumer would have to do it anyway!
See PR #3
The current api response is super nested. For example:
The client app has to drill down pretty far to get any useful information, making it really annoying to work with. Additionally, a lot of this data is fluff and probably won't be used anyway.
It would be nice to get responses in a format like this instead:
A lot cleaner to work with and read!