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

Method getResponseFormat

java/src/gov/loc/Config.java:81–83  ·  view source on GitHub ↗

getResponseFormat Get the format that responses are returned to us in (xml | json) @return String

()

Source from the content-addressed store, hash-verified

79 * @return String
80 */
81 public static String getResponseFormat() {
82 return getProperty(RESPONSE_FORMAT);
83 }
84
85 /**
86 * getStoreResponse

Callers 1

appendParametersMethod · 0.95

Calls 1

getPropertyMethod · 0.95

Tested by

no test coverage detected