huginn / huginn

Create agents that monitor and act on your behalf. Your agents are standing by!
MIT License
43.73k stars 3.79k forks source link

Support headers in WebsiteAgent #277

Closed dsummersl closed 10 years ago

dsummersl commented 10 years ago

I'd like to create a WebsiteAgent for TheOldReader (https://github.com/theoldreader/api), which basically uses an Authorization header to pass the token to access the API.

Would support for header key/values be possible? I could work on this if it were useful generally...

akilism commented 10 years ago

I think this is definitely useful there are a lot of APIs that require or allow you to pass tokens in the header.

cantino commented 10 years ago

Added in #279. Will merge soon.