restangular
restangular copied to clipboard
AngularJS service to handle Rest API Restful Resources properly and easily
Hello @mgonto , i found that you had similiar question here. How to detect from response which request invoked it. It has a lot of usecases when you need tie-tip...
fix(service): Custom getRestangularUrl() and getRequestUrl() - #1216
Sorry for the long post, just wanted to provide as much info as possible. I have a `ReportApiModule` and the following within the `run` method. ``` MyRestangular.extendCollection('reports', function (obj) {...
See realed issue #846 Restangular does not see my etag if its not at the top level of the entity #846
@mgonto, I've corrected a typographical error in the documentation of the [restangular](https://github.com/mgonto/restangular) project. Specifically, I've changed cannonical to canonical. You should be able to merge this pull request automatically. However,...
Hi, This might be a dumb mistake on my part, but wanted to ask around a bit. When setting the headers with: ``` javascript Restangular.setDefaultHeaders({'Authorization': "Bearer " + authService.getToken()}); ```...
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
In our current setup we use extendModel to add additional functionality to the returned restangular objects. Our problem is that the typeTransformers registery is a simple key/value storage. So route...
Hi there! First of all, thank you for Restangular - it's awesome :-) I'm building an ecommerce solution, and I've got an API for shopping cart operations like adding, updating...
This is related to issue #620. API endpoint returns a path-absolute self link, such as **/api/v1/person/5**. baseUrl setting includes part of this path, such as **http://some.host:8000/api/v1/**. baseUrlRoot will be set...