MCPcopy Create free account
hub / github.com/LibraryOfCongress/api.congress.gov / getStoreResponse

Method getStoreResponse

java/src/gov/loc/Config.java:93–95  ·  view source on GitHub ↗

getStoreResponse Get the store response value from the config file. A value of true will save the response in a txt file named for the route that was called @return String

()

Source from the content-addressed store, hash-verified

91 * @return String
92 */
93 public static String getStoreResponse() {
94 return getProperty(STORE_RESPONSE);
95 }
96
97 /**
98 * getOutputFolder

Callers 1

outputHttpResponseMethod · 0.95

Calls 1

getPropertyMethod · 0.95

Tested by

no test coverage detected