mirror of
https://github.com/keiffster/program-y.git
synced 2026-04-03 00:19:21 -06:00
How to call external API's #316
Labels
No labels
News
News
News
News
News
News
News
News
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
enhancement
enhancement
enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/program-y#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @newdev7 on 2/2/2017
Hi,
I'm new to python. I'm trying to create a chat bot. I want to call external API's to get the answer for some of the user's questions. I don't know how to call the external API's inside the .aiml file. In the read me file, I read we can use to call the native python classes. Can you provide some examples on how to call the external API's and this tag.
Thanks.