|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > HTTP |
Description
HTTP module implements module classes to work with the HyperText Transfer Protocol.
Ideal for calling REST API calls.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "HTTP"