(options)
| 33 | }, |
| 34 | |
| 35 | getAll (options) { |
| 36 | if (options == null) { options = {} } |
| 37 | return fetchJson('/db/api-clients', options) |
| 38 | }, |
| 39 | |
| 40 | post (options) { |
| 41 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected