({ userID }, options)
| 115 | }, |
| 116 | |
| 117 | exportData ({ userID }, options) { |
| 118 | if (options == null) { options = {} } |
| 119 | return fetchJson(`/db/user/${userID}/export-data`, _.assign({}, options, { |
| 120 | method: 'GET' |
| 121 | })) |
| 122 | }, |
| 123 | |
| 124 | fetchByIds ({ fetchByIds, teachersOnly, includeTrialRequests }) { |
| 125 | return fetchJson('/db/user', { |
nothing calls this directly
no outgoing calls
no test coverage detected