Hacker News new | ask | show | jobs
by stevewilhelm 4698 days ago
> Angular has a lot of built-in services, managing $http requests, $q for promises, etc. But in this part we are not going to talk about any built-in service, because they are more complex to explain and that belongs to a new article.

Statements like this worry me. Authenticated requests to REST API's should be drop dead simple in any JS framework.

1 comments

Well, not that complex, I just tried to show the minimum things possible. My first idea for a service was a twitter search but that implies an explanation of $http and things related with it. Auth request are not that bad, it is certainly not as simple as we want (but that happen in every client side framework) but not bad. I want to cover auth in a future article.