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

Method execute

src/main/java/com/amadeus/HTTPClient.java:357–363  ·  view source on GitHub ↗
(Request request)

Source from the content-addressed store, hash-verified

355
356 // Executes a request and return a Response
357 private Response execute(Request request) throws ResponseException {
358 Response response = new Response(fetch(request));
359 response.parse(this);
360 log(response);
361 response.detectError(this);
362 return response;
363 }
364
365
366 // Tries to make an API call. Raises an error if it can't complete the call.

Callers 1

Calls 4

fetchMethod · 0.95
parseMethod · 0.95
logMethod · 0.95
detectErrorMethod · 0.95

Tested by

no test coverage detected