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: 4 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.
- Host: GitHub
- URL: https://github.com/iainplimmer/ngrestify
- Owner: iainplimmer
- Created: 2016-04-02T07:55:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T06:39:58.000Z (over 9 years ago)
- Last Synced: 2025-10-10T18:17:49.668Z (4 days ago)
- Language: JavaScript
- Homepage: https://github.com/iainplimmer/ngRestify/wiki/Simple-GITHUB-example-:)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple REST solution :)