restangular icon indicating copy to clipboard operation
restangular copied to clipboard

AngularJS service to handle Rest API Restful Resources properly and easily

Results 102 restangular issues
Sort by recently updated
recently updated
newest added

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

bug
waiting for merge

@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()}); ```...

waiting for infos

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

waiting for example

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...

waiting for infos