发布日期: 11/15/2021

Using a Token

In order to access a web API that requires OAuth, pass the token to HTTP Request() using the OAuth2 field.

request = HTTPRequest(
	URL( apiEndpoint ),
	Method( "POST" ),
	OAuth2( token ),
);
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).