발행일 : 03/10/2025

Specify 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).