MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / post

Function post

admin-ui/src/api/index.ts:88–97  ·  view source on GitHub ↗
(url: string, data: any)

Source from the content-addressed store, hash-verified

86}
87
88export const post = async (url: string, data: any) => {
89 try {
90 const response = await api.post(url, data);
91 return response.data;
92 }catch (e){
93 return {
94 success: false,
95 }
96 }
97}
98
99export const page = async (url: string, params: any, sort: any, filter: any, match: {
100 key: string,

Callers 15

saveFunction · 0.90
copyFunction · 0.90
removeFunction · 0.90
changeStateFunction · 0.90
schemaFunction · 0.90
startFlowFunction · 0.90
removeFlowFunction · 0.90
saveFlowFunction · 0.90
submitFlowFunction · 0.90
trySubmitFlowFunction · 0.90
customFunction · 0.90
recallFunction · 0.90

Calls 1

postMethod · 0.45

Tested by

no test coverage detected