Q. Which of the following is a correct usage?
Code:
$client->get_mono('https://api.example.com/data', $headers);
β
Correct Answer: (A)
Correct
Explanation: GET mono requires URL and headers only.