Scripting Guide > Extending JMP > Communicate with REST Web Service
发布日期: 11/15/2021

Communicate with REST Web Service

Representational state transfer (REST) or RESTful web services is a way of providing interoperability between computer systems on the Internet. Use JSL to communicate with a RESTful application program interface (API) that uses HTTP requests to GET, POST, PUT, and DELETE data. For example, you can get data from a web service and return it as a data table. Some web services are Amazon Web Services (AWS), DropBox, and Text-Processing.com.

Notes:

Strings that contain “&” are truncated. “+” is converted to a space.

New HTTP Request() supports redirects, for example, from HTTP to HTTPS.

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).