Hello everyone!
Previously on my codes, I working with the local files and local directories using some like this:
$function['mkdir'] = mkdir; $function['fopen'] = fopen; $function['unlink'] = unlink; ...
$function['mkdir'](<new_directory_path>…
Hello All,
I am using ExternalResourceClient with GET method with Bearer token to replace curl coding.
URL and AuthKey are working on Postman. Also, POST Method on ExternalResourceClient is working well.
But GET method on ExternalResourceClient…