Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iainplimmer/ngrestify
- Owner: iainplimmer
- Created: 2016-04-02T07:55:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T06:39:58.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T06:42:55.089Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/iainplimmer/ngRestify/wiki/Simple-GITHUB-example-:)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple REST solution :)