-
Notifications
You must be signed in to change notification settings - Fork 26
Add other HTTP API methods #9
Comments
Yes please! |
@MrZunz which ones in particular would be most useful for you? I will prioritize implementing those first. 😃 |
For me it would be adding values to an enitity, so I can automatically add values to my playlist/artist entity so it will recognize them as is. I believe that that would be https://wit.ai/docs/http/20141022#create-entity-value-link |
I agree, those would be useful. I am not currently working on my project(s) that use Wit.ai, however when I have time I'll take a look at implementing this. |
I'll see if I can help expanding the functionality too. |
Guys I came here because I though api call were wrapped in your library yet ^^. @Glavin001 Are you still working on ? I really need some api call so if you are interested I could help with pull request. Thanks for your already done job :) |
I had to take a break from my project, and so I did not get very far on this issue. I hope to have some time over the holidays.
@mbret which api call do you need, specifically? |
Would anyone be interested in having the other HTTP API methods be available through node-wit?
See https://wit.ai/docs/http/20141022
Personally, I'd like to use the create (
POST
) methods for Intents, Expressions, and Entities. I'd like to be able to automatically populate a Wit instance from a datastore.The text was updated successfully, but these errors were encountered: