zzarcon / nodegram

:metal: Simplest Instagram Api library in Javascript
145 stars 6 forks source link

Use theon as low level HTTP engine #1

Closed h2non closed 8 years ago

h2non commented 8 years ago

theon provides all the needs to create an extensible API in a declarative way with built-in support to path params parsing, promises, hooks (then you can define the auth token dynamically) and more.

It has been used in production for a while in both node.js ans front end apps. https://github.com/h2non/theon

zzarcon commented 8 years ago

Yeah!

I'd like to replace superagent for theon :+1:

Do you mind to open a PR in order to do that?

h2non commented 8 years ago

Cool. Would you mind create a specific brand for feature? Then I can do the PR.