(id: string, params)
| 34 | return await request.get(`api/v1/bundle_instances?${str}`); |
| 35 | }; |
| 36 | const editPlugin = async (id: string, params) => { |
| 37 | return await request.post(`api/v1/bundle_instances/${id}`, params); |
| 38 | }; |
| 39 | export { |
| 40 | deletePlugin, |
| 41 | bundleList, |
no outgoing calls
no test coverage detected