Uses of Interface
org.sourcelab.github.client.request.Request
Packages that use Request
Package
Description
-
Uses of Request in org.sourcelab.github.client
Methods in org.sourcelab.github.client with parameters of type RequestModifier and TypeMethodDescription<T> TGithubClient.executeRequest(Request<T> request) Execute the given request, returning the parsed response, or throwing the appropriate exception if an error was returned from the API. -
Uses of Request in org.sourcelab.github.client.http
Methods in org.sourcelab.github.client.http with parameters of type RequestModifier and TypeMethodDescriptionClient.executeRequest(Request<?> request) Execute the supplied request and return the server's response.HttpComponentsClient.executeRequest(Request request) Execute the given request and return the parsed response. -
Uses of Request in org.sourcelab.github.client.request
Subinterfaces of Request in org.sourcelab.github.client.requestClasses in org.sourcelab.github.client.request that implement RequestModifier and TypeClassDescriptionclassclassclassGetRequest<T>Abstract representation of a GET http request.classclassclassclassclassPostRequest<T>Abstract representation of a POST http request.classPutRequest<T>Abstract representation of a PUT http request.classclassclass