backbone.service icon indicating copy to clipboard operation
backbone.service copied to clipboard

Backbone service for non restful or semi restful apis

Results 4 backbone.service issues
Sort by recently updated
recently updated
newest added

``` search: "/search" // defaults to get ``` --> ``` search: "/search", // defaults to get ```

@mkuklis thank you for a cool lib. What do you think about idea to write a new version with es2015 and all stuff. Maybe to use some build tool etc.?

For some reason I am not sending/posting any data. Believe I am using it correctly. Don't really see that much different but have to be doing something wrong! Code, entire...

I installed this plugin and the data I was posting wasn't correctly being formatted as JSON. On my console, its type appeared as `[object Object]:`. To fix it, I added...