A

Admin • 831K Points
Coach

Q. Which method is used to make a GET request using TrishulClient?

Code:
$client->get_mono('https://api.example.com/data');
  • (A) get()
  • (B) fetch()
  • (C) get_mono()
  • (D) request()
  • Correct Answer - Option(C)
  • Views: 1
  • Filed under category Trishul API
  • Hashtags:

Explanation by: Admin
Docs specify get_mono() for GET requests.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.