facebookarchive / DEPRECATED-node-wit

Node wrapper for Wit.ai
Other
122 stars 26 forks source link

Updated to use current api versioning system and added ability to send context #3

Closed Catacola closed 9 years ago

Catacola commented 9 years ago

Previously, node-wit was using the old api versioning system where the version was set in the request headers. The API version has been updated (so nor more "DEPRICATED" warnings) and is now passed in the URI as v={version}. Also added the ability to send a context object with the request.

oliviervaussy commented 9 years ago

LGTM

Catacola commented 9 years ago

Merged by hand.