getURL
1.0.0
这是 VFP 的一个类别,允许连接 HTTP,可以使用 Restful 或 SOAP XML 服务。
网址:http://rauljrz.github.io/
没有任何!没有依赖性!
git 克隆 https://github.com/raulvfp/getURL.git getURL
方法:
获取(lcURL)
参数:La direction web de la Consulta。
lcURLWebService= "https://api.openweathermap.org/data/2.5/weather?q=London&appid=d3c416949b580fae2a41d287f79aa144" WITH NEWOBJECT('geturl','srcgeturl.prg') .Verbose = .T. &&Muestro estado del proceso por pantalla. (Default False) .is_Log = .T. &&Grabo los datos enviados, recibidos y errores en archivo. (Default True) lcResponse = .get(lcURLWebService) ENDWITH