Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FriendsOfReact/axios-decorators
/ functions
Functions
22 in github.com/FriendsOfReact/axios-decorators
⨍
Functions
22
◇
Types & classes
14
↓ 9 callers
Method
print
()
src/util/ClientLogger.js:5
↓ 6 callers
Method
table
()
src/util/ClientLogger.js:11
↓ 5 callers
Function
decoratorGenerator
(method: Method)
src/generator/decoratorGenerator.js:7
↓ 1 callers
Method
createPost
(args: { data: PostType })
examples/basic/src/client/PostClient.js:16
↓ 1 callers
Method
deletePost
(args: { path: { id: string } })
examples/basic/src/client/PostClient.js:25
↓ 1 callers
Method
getBaseURL
(serviceName: string)
src/util/ClientConfigurator.js:14
↓ 1 callers
Method
getHeaders
(serviceName: string)
src/util/ClientConfigurator.js:21
↓ 1 callers
Method
getPost
(args: { path: { id: string } })
examples/basic/src/client/PostClient.js:13
↓ 1 callers
Method
getPostList
()
examples/basic/src/client/PostClient.js:10
↓ 1 callers
Method
patchPost
(args: { path: { id: string }, data: PostType })
examples/basic/src/client/PostClient.js:22
↓ 1 callers
Method
putPost
(args: { path: { id: string }, data: PostType })
examples/basic/src/client/PostClient.js:19
↓ 1 callers
Function
replaceParams
(str, findArray, replaceArray)
src/util/replaceParams.js:4
↓ 1 callers
Function
requestGenerator
(serviceName, serviceBaseURL, serviceBasePath, method: Method, apiEndpoint, methodOptions: MethodOptions, requ
src/generator/requestGenerator.js:8
↓ 1 callers
Method
setBaseURL
(baseURL: string | (serviceName: string) => void)
src/util/ClientConfigurator.js:6
↓ 1 callers
Method
setStatus
(status: boolean)
src/util/ClientLogger.js:17
Function
client
(options: string | { name: string; baseURL: string; basePath: string; })
src/decorator/client.js:3
Function
del
(endpoint: string, options: MethodOptions)
src/decorator/del.js:6
Function
get
(endpoint: string, options: MethodOptions)
src/decorator/get.js:6
Function
patch
(endpoint: string, options: MethodOptions)
src/decorator/patch.js:6
Function
post
(endpoint: string, options: MethodOptions)
src/decorator/post.js:6
Function
put
(endpoint: string, options: MethodOptions)
src/decorator/put.js:6
Method
setHeaders
(headers: string | (serviceName: string) => void)
src/util/ClientConfigurator.js:10