restangular
restangular copied to clipboard
AngularJS service to handle Rest API Restful Resources properly and easily
Hey @mgonto @daviesgeek @pedromarce and other interested. What thoughts do you have any on versioning in Restangular? Looking at the project history, mainly the CHANGELOG, doesn't really reveal to me...
Hello, I don't know if this is a bug or a bad use of Restangular from me. I have a Restangular service inside angular factory. To simplify, let's say factory...
I am setting a global error interceptor in my config function but I was hoping that I can override this is if needed on per request basis. If I understand...
How can i process status code 404,502... in Restangular?
Hi. I'm trying to add support of HAL. I read #42 and #44. But I still have many questions. I've made a first attempt to adapt Restangular. Please, see the...
Given the hight usage of the library it would be important to perform browsertesting on commit and adopt collaborative code quality tools. This would allow to detect defects happening on...
Hi there, I am trying to submit a form with a multi-line text area, using my service as follows: `baseSites.customPUT(site, site.name);` I am using a Request Interceptor for token authorisation...
The common methods should be to include instead of to exclude. It must be careless to add the Not operator. This PR is to remove the Not operator.
url in call needs application context name unlike $http. Application context name may change and keeping it hard coded in url is not handy. This is because '/' get prepended...