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

Function fetchAll

app/core/api/low-usage-users.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 fetchAll () {
5 return fetchJson('/db/low-usage-users?withPrepaids=true')
6 },
7 addAction ({ lowUsageUserId, action }, options = {}) {
8 return fetchJson(`/db/low-usage-users/${lowUsageUserId}/action`, _.assign({}, options, {
9 method: 'POST',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected