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

Function sendFormEntry

app/core/api/parents.js:4–9  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 sendFormEntry (options) {
5 return fetchJson('/parents/schedule-free-class', {
6 method: 'POST',
7 json: options
8 })
9 },
10 getAvailability () {
11 return fetchJson('/parents/admin-availability', {
12 method: 'GET'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected