Lines Matching full:api
1 import api, { getResponseCount } from '@/store/api';
44 return await api
82 return await api
99 api.delete(uri).catch((error) => {
104 return await api
111 api.spread((...responses) => {
137 api.patch(log.uri, { Resolved: true }).catch((error) => {
142 return await api
149 api.spread((...responses) => {
172 api.patch(log.uri, { Resolved: false }).catch((error) => {
177 return await api
184 api.spread((...responses) => {
208 return await api
228 return await api