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

Function podcastContact

app/core/api/podcast.js:7–12  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

5const getPodcast = (podcastId) => fetchJson(`/db/podcast/${podcastId}`)
6
7const podcastContact = (options) => {
8 return fetchJson('/db/podcast/contact', {
9 method: 'POST',
10 json: options
11 })
12}
13
14module.exports = {
15 getPodcasts,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected