Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iainplimmer/ngrestify

Simple Angular 1.5, ES5 module that can be used to manage promises to an API in a central location, I always found i never really use any more than API calls that return promises with GET, POST, PUT and DELETE. With ngRestify we can configure the URL, choose to include a bearer token with each request and just return a promise. I tend to use this loads on personal projects, so decided to make it public.
https://github.com/iainplimmer/ngrestify

Last synced: 27 days ago
JSON representation

Simple Angular 1.5, ES5 module that can be used to manage promises to an API in a central location, I always found i never really use any more than API calls that return promises with GET, POST, PUT and DELETE. With ngRestify we can configure the URL, choose to include a bearer token with each request and just return a promise. I tend to use this loads on personal projects, so decided to make it public.

Awesome Lists containing this project

README

        

Simple REST solution :)