[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `make_fetch_call` function executes an RPC call to fetch an HTTP URL, with parameters like `url`, `payload`, `method`, `headers`, `allow_truncated`, `follow_redirects`, and `validate_certificate`."],["The function requires a `UserRPC` instance as its first argument."],["It can raise `InvalidMethodError`, `ResponseTooLargeError`, or `InvalidURLError` based on the requested method, response size, or URL issues, respectively."],["The function returns the `rpc` object that was passed into it."]]],[]]