jonsamwell / angular-http-batcher

Enables HTTP batch request with AngularJS
MIT License
96 stars 28 forks source link

Adds an adapter for `batch-request` #41

Open c1moore opened 6 years ago

c1moore commented 6 years ago

Addresses issue #40. The implementation is to my current understanding of the angular-http-batcher interactions with Angular's $http and $httpBackend services. The implementation may need to be updated based on the answers to the questions in the referenced issue, but creating the PR to hopefully speed things up a little.

c1moore commented 6 years ago

@jonsamwell Any chance we can get this merged and released?