RequestWeight

"@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);
        }
    

Author

N7ghtm4r3 - Tecknobit

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun weight(): String
weight value of the request