Hello,
I have an asp.net web API that calls another web service. This 3rd party web service has a quantity field if I send quantity=2 in my request, it returns 2 items. Max quantity is 10. What if I want to get more than 10 items, let's say 100? 3rd party web service will not change its structure so I wonder what would you do to get more items? I want to hear your suggestions.
Thanks in advance.
I have an asp.net web API that calls another web service. This 3rd party web service has a quantity field if I send quantity=2 in my request, it returns 2 items. Max quantity is 10. What if I want to get more than 10 items, let's say 100? 3rd party web service will not change its structure so I wonder what would you do to get more items? I want to hear your suggestions.
Thanks in advance.