Request Weight
"@RequestWeight"
annotation is applied to those methods offered by libraries that allow to make a request. This annotation is useful to display the request's weight on the API backend service
= "8")
public void sendRequest() {
APIRequest apiRequest = new APIRequest();
apiRequest.sendAPIRequest("request_url", GET);
}
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit