MCPcopy
hub / github.com/beetbox/beets / get_json

Method get_json

beetsplug/_utils/requests.py:225–227  ·  view source on GitHub ↗

Fetch and parse JSON data from an HTTP endpoint.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

223 return self.request("delete", *args, **kwargs)
224
225 def get_json(self, *args, **kwargs):
226 """Fetch and parse JSON data from an HTTP endpoint."""
227 return self.get(*args, **kwargs).json()

Callers 3

search_resultsMethod · 0.45
get_paginatedMethod · 0.45
responderFunction · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected