sample_rest.hsp

sample\basic\sample_rest.hsp » Plain Format

	#include "iron_rest.hsp"
	rest_set_base "https://jsonplaceholder.typicode.com"
	rest_get "/posts/1", body
	mes "status=" + stat
	mes body