Is it like once I define a request in one js file location with a unique resource Id string, the consumers can make any number of requests using the same definition. So, the request definition is something which can be reused?
In many examples on the internet, I came across request definition and request making it around 20 odd lines of code which can be possible with simple $.getJSON and $.post methods. Scott, I will appreciate if you provide some pointers. Thanks for your earlier post, it was helpful!