Q. Which method is used to make a GET request using TrishulClient?
Code:
$client->get_mono('https://api.example.com/data');
β
Correct Answer: (C)
get_mono()
Explanation: Docs specify get_mono() for GET requests.