new(core.gbapp): Watson support, GET/POST in .gbdialog.
This commit is contained in:
parent
42b4ad546d
commit
bf71d7f748
1 changed files with 6 additions and 0 deletions
6
packages/default.gbdialog/http-get-and-post.vbs
Normal file
6
packages/default.gbdialog/http-get-and-post.vbs
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
user = get "http://server/path"
|
||||
|
||||
user = post "http://server/path", "data"
|
||||
|
||||
Talk “ The user area is” + user.area, user.validuser, user.user
|
Loading…
Add table
Reference in a new issue