MCPcopy Index your code
hub / github.com/amadeus4dev/amadeus-java / request

Method request

src/main/java/com/amadeus/HTTPClient.java:337–340  ·  view source on GitHub ↗
(HttpVerbs verb, String path, Params params, String body)

Source from the content-addressed store, hash-verified

335
336 // A generic method for making requests of any verb.
337 protected Response request(HttpVerbs verb, String path, Params params, String body)
338 throws ResponseException {
339 return unauthenticatedRequest(verb, path, params, body, accessToken.getBearerToken());
340 }
341
342 // Builds a request
343 protected Request buildRequest(HttpVerbs verb, String path, Params params, String body,

Callers 14

getMethod · 0.95
deleteMethod · 0.95
postMethod · 0.95
pageMethod · 0.95
testGetWithoutParamsMethod · 0.80
testGetWithParamsMethod · 0.80
testDeleteWithParamsMethod · 0.80
testRequestMethod · 0.80

Calls 2

getBearerTokenMethod · 0.80

Tested by 10

testGetWithoutParamsMethod · 0.64
testGetWithParamsMethod · 0.64
testDeleteWithParamsMethod · 0.64
testRequestMethod · 0.64
testPageMethod · 0.64
testPageWithoutLinksMethod · 0.64