wit-ai / pywit

Python library for Wit.ai
Other
1.45k stars 359 forks source link

I have created a version in my app. Which parameter should I pass in my code so that it specifically hits this app version? I need this to maintain versioning in my witai app. #147

Closed rohitx71 closed 3 years ago

patapizza commented 3 years ago

Hi,

The API uses the tag version parameter. It isn't implemented yet in the Python library. Would you be able to take a stab at it?

rohitx71 commented 3 years ago

yes, will check that. If i've created a version 1.0 in my wit app. I need to pass 1.0 as the value of tag in the apis, right?

jtliao commented 3 years ago

Yes