restangular icon indicating copy to clipboard operation
restangular copied to clipboard

Support of Batch operations

Open manish-jain-1 opened this issue 9 years ago • 2 comments

Hello,

Do you support something similar to angular-http-batcher where we can batch http requests?

http://jonsamwell.com/batching-http-requests-in-angular/

Thanks, Manish

manish-jain-1 avatar Dec 29 '15 18:12 manish-jain-1

I'm not really sure exactly what you're asking; the link is broken and the library's docs don't make it clear as to exactly what it does.

It seems like you just want to make a series of HTTP requests? Can you not just run a loop and make the requests?

daviesgeek avatar Jun 17 '16 05:06 daviesgeek

@daviesgeek: cp. https://github.com/jonsamwell/angular-http-batcher