πŸ“Š Trishul API
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()
πŸ’¬ Discuss
βœ… Correct Answer: (C) get_mono()

Explanation: Docs specify get_mono() for GET requests.

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
3 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
87%
Success Rate