MCPcopy
hub / github.com/makeplane/plane / get

Function get

apps/web/core/services/api.service.ts:38–43  ·  view source on GitHub ↗
(url: string, params = {}, config: AxiosRequestConfig = {})

Source from the content-addressed store, hash-verified

36 }
37
38 get(url: string, params = {}, config: AxiosRequestConfig = {}) {
39 return this.axiosInstance.get(url, {
40 ...params,
41 ...config,
42 });
43 }
44
45 post(url: string, data = {}, config: AxiosRequestConfig = {}) {
46 return this.axiosInstance.post(url, data, config);

Callers 8

IssueRelationStoreClass · 0.50
addIssuesToModuleFunction · 0.50
removeIssuesFromModuleFunction · 0.50
addModulesToIssueFunction · 0.50
changeModulesInIssueFunction · 0.50
updateIssueCountFunction · 0.50
CycleIssuesClass · 0.50

Calls 1

getMethod · 0.45

Tested by

no test coverage detected