MCPcopy Create free account
hub / github.com/codecombat/codecombat / getPodcast

Function getPodcast

app/core/api/podcast.js:5–5  ·  view source on GitHub ↗
(podcastId)

Source from the content-addressed store, hash-verified

3const getPodcasts = () => fetchJson('/db/podcast', { data: { cacheEdge: true } })
4
5const getPodcast = (podcastId) => fetchJson(`/db/podcast/${podcastId}`)
6
7const podcastContact = (options) => {
8 return fetchJson('/db/podcast/contact', {

Callers 1

fetchFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected