(attrs, options)
| 185 | }, |
| 186 | |
| 187 | loginOpenAthens (attrs, options) { |
| 188 | if (options == null) { options = {} } |
| 189 | return fetchJson('/auth/login-open-athens', _.assign({}, options, { |
| 190 | method: 'POST', |
| 191 | json: attrs, |
| 192 | })) |
| 193 | }, |
| 194 | |
| 195 | putUserProducts (json, options) { |
| 196 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected