Plugin - calling external restful api (Moodle 3+)

Re: Plugin - calling external restful api (Moodle 3+)

by Hittesh Ahuja -
Number of replies: 0

We are approaching this by including a Guzzle HTTP Client (  docs.guzzlephp.org )  to our local plugin that negotiates connections to the REST API and receives /sends any data .