(operation)
| 234 | }) |
| 235 | }, |
| 236 | getUserCredits (operation) { |
| 237 | return fetchJson(`/db/user-credits/${operation}`, _.assign({}, { |
| 238 | method: 'GET' |
| 239 | })) |
| 240 | }, |
| 241 | getLowUsageData (userId, options) { |
| 242 | return fetchJson(`/db/users/${userId}/low-usage-data`, options) |
| 243 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected