(clientID, options)
| 54 | }, |
| 55 | |
| 56 | getByHandle (clientID, options) { |
| 57 | if (options == null) { options = {} } |
| 58 | return fetchJson(`/db/api-clients/${clientID}`, options) |
| 59 | }, |
| 60 | |
| 61 | editClient (client, options) { |
| 62 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected