MCPcopy
hub / github.com/d3george/slash-admin / request

Method request

src/api/apiClient.ts:56–58  ·  view source on GitHub ↗
(config: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

54 return this.request<T>({ ...config, method: "DELETE" });
55 }
56 request<T = unknown>(config: AxiosRequestConfig): Promise<T> {
57 return axiosInstance.request<any, T>(config);
58 }
59}
60
61export default new APIClient();

Callers 4

getMethod · 0.95
postMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected