(options)
| 78 | }, |
| 79 | |
| 80 | getPlayTimeStats (options) { |
| 81 | if (options == null) { options = {} } |
| 82 | return fetchJson('/api/playtime-stats', options) |
| 83 | }, |
| 84 | |
| 85 | getApiClientId () { |
| 86 | return fetchJson('/api/get-client-id') |
nothing calls this directly
no outgoing calls
no test coverage detected