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

Method post

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

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

(String path)

Source from the content-addressed store, hash-verified

111 * @see Amadeus#post(String, Params)
112 */
113 public Response post(String path) throws ResponseException {
114 return request(HttpVerbs.POST, path, null, null);
115 }
116
117 /**
118 * <p>

Callers 15

setupMethod · 0.45
testPredictionMethod · 0.45
testFlightOffersMethod · 0.45
testPricingMethod · 0.45
testFlightOrdersMethod · 0.45
testSeatmapsPostMethod · 0.45
testHotelBookingsMethod · 0.45
testHotelOrdersMethod · 0.45
testUpsellingMethod · 0.45
testTransferOffersMethod · 0.45
testTransferOrdersMethod · 0.45

Calls 2

requestMethod · 0.95
toStringMethod · 0.80

Tested by 15

setupMethod · 0.36
testPredictionMethod · 0.36
testFlightOffersMethod · 0.36
testPricingMethod · 0.36
testFlightOrdersMethod · 0.36
testSeatmapsPostMethod · 0.36
testHotelBookingsMethod · 0.36
testHotelOrdersMethod · 0.36
testUpsellingMethod · 0.36
testTransferOffersMethod · 0.36
testTransferOrdersMethod · 0.36