Generic Service
I am trying to grasp this generic service idea now that you guys decided it would be the best route to map my data into the page, but it is a bit confusing and I have looked at some of the links provided for generic service.
How do I pull the data called from the api into the generic service? Should I invoke the rest service and save the json feed into local storage, and if so how do I do that.
When my rest service data is called into generic service how do I define my own parameters? Do you define the parameters of your json string in the J/S implementation, and if so how do those correlate to response parameters within the generic service.
The response and request fields within the generic service, how are these tied into the service, do you have to write their values in the J/S implementation.