wit-ai / pywit

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

Add new API methods #125

Closed 333444555 closed 3 years ago

333444555 commented 5 years ago

Has been tested, and seems to be working, test further for confirmation. Adds HTTP API methods with documentation: new_samples -> POST /samples get_samples -> GET /samples new_app -> POST /app get_apps -> GET /apps get_app -> GET /apps/.app-id update_app -> PUT /app/.app-id delete_app -> DELETE /app/.app-id

patapizza commented 5 years ago

Thanks for the pull request! We'll review it shortly.

333444555 commented 5 years ago

do you have permission to submit edits to my commits?