Paldom / angular2-rest

Angular2 HTTP client to consume RESTful services. Built with TypeScript.
MIT License
248 stars 72 forks source link

How about using https://github.com/marmelab/restful.js as base for some works in internals? This could be great to use a already mature library? #19

Closed auvipy closed 8 years ago

auvipy commented 8 years ago

https://github.com/marmelab/restful.js

jspizziri commented 8 years ago

IMO, abandoning angular's native HTTP would be a mistake. You would lose things like built in observables, etc.