Lines Matching full:api
1 import api, { getResponseCount } from '@/store/api';
26 return api
28 .then((response) => api.get(response.data.LogServices['@odata.id']))
29 .then((response) => api.get(`${response.data['@odata.id']}/Dump`))
30 .then((response) => api.get(response.data.Entries['@odata.id']))
34 return api
36 .then((response) => api.get(response.data.LogServices['@odata.id']))
37 .then((response) => api.get(`${response.data['@odata.id']}/Dump`))
38 .then((response) => api.get(response.data.Entries['@odata.id']))
42 return await api
53 return await api
67 return await api
84 api.delete(location).catch((error) => {
89 return await api
96 api.spread((...responses) => {
122 return await api