MCPcopy Create free account

hub / github.com/FriendsOfReact/axios-decorators / functions

Functions22 in github.com/FriendsOfReact/axios-decorators

↓ 9 callersMethodprint
()
src/util/ClientLogger.js:5
↓ 6 callersMethodtable
()
src/util/ClientLogger.js:11
↓ 5 callersFunctiondecoratorGenerator
(method: Method)
src/generator/decoratorGenerator.js:7
↓ 1 callersMethodcreatePost
(args: { data: PostType })
examples/basic/src/client/PostClient.js:16
↓ 1 callersMethoddeletePost
(args: { path: { id: string } })
examples/basic/src/client/PostClient.js:25
↓ 1 callersMethodgetBaseURL
(serviceName: string)
src/util/ClientConfigurator.js:14
↓ 1 callersMethodgetHeaders
(serviceName: string)
src/util/ClientConfigurator.js:21
↓ 1 callersMethodgetPost
(args: { path: { id: string } })
examples/basic/src/client/PostClient.js:13
↓ 1 callersMethodgetPostList
()
examples/basic/src/client/PostClient.js:10
↓ 1 callersMethodpatchPost
(args: { path: { id: string }, data: PostType })
examples/basic/src/client/PostClient.js:22
↓ 1 callersMethodputPost
(args: { path: { id: string }, data: PostType })
examples/basic/src/client/PostClient.js:19
↓ 1 callersFunctionreplaceParams
(str, findArray, replaceArray)
src/util/replaceParams.js:4
↓ 1 callersFunctionrequestGenerator
(serviceName, serviceBaseURL, serviceBasePath, method: Method, apiEndpoint, methodOptions: MethodOptions, requ
src/generator/requestGenerator.js:8
↓ 1 callersMethodsetBaseURL
(baseURL: string | (serviceName: string) => void)
src/util/ClientConfigurator.js:6
↓ 1 callersMethodsetStatus
(status: boolean)
src/util/ClientLogger.js:17
Functionclient
(options: string | { name: string; baseURL: string; basePath: string; })
src/decorator/client.js:3
Functiondel
(endpoint: string, options: MethodOptions)
src/decorator/del.js:6
Functionget
(endpoint: string, options: MethodOptions)
src/decorator/get.js:6
Functionpatch
(endpoint: string, options: MethodOptions)
src/decorator/patch.js:6
Functionpost
(endpoint: string, options: MethodOptions)
src/decorator/post.js:6
Functionput
(endpoint: string, options: MethodOptions)
src/decorator/put.js:6
MethodsetHeaders
(headers: string | (serviceName: string) => void)
src/util/ClientConfigurator.js:10