Requests
object Requests
Created by pedro on 8/7/25.
Functions
Link copied to clipboard
fun makeRequest(endpoint: String, method: String, headers: Map<String, String>, body: String?, timeout: Int, secured: Boolean, certificates: TrustManager?): RequestResponse