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

Method get

src/main/java/com/amadeus/HTTPClient.java:39–41  ·  view source on GitHub ↗

A helper module for making generic GET requests calls. It is used by every namespaced API GET method. @see Amadeus#get(String, Params)

(String path)

Source from the content-addressed store, hash-verified

37 * @see Amadeus#get(String, Params)
38 */
39 public Response get(String path) throws ResponseException {
40 return request(HttpVerbs.GET, path, null,null);
41 }
42
43 /**
44 * <p>

Calls 1

requestMethod · 0.95