0.1.32 • Published 9 months ago
@nanoservice-ts/api-call v0.1.32
Configuration Options
The ApiCall node allows you to make an API call to any API endpoint
Node properties
Required properties
url *(string): A string representing the MongoDB connection string. (Required)method *(string): The name of the MongoDB database to delete. (Required)
Optional properties
headers(Object): The headers of the request.body(object): the body of the request.responseType(string): the response type of the request.
Usage/Examples
Step Configuration
{
"name": "api-call",
"node": "api-call@1.0.0",
"type": "local"
}Node Configuration
"api-call": {
"inputs": {
"properties": {
"url": "https://bp-firestore-stack.api-dev.deskree.com/api/v1/auth/accounts/sign-in/email",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer ${ctx.vars.authApiResponse.data.idToken}"
},
"body": {
"email": "email@email.com",
"password": "123password"
}
}
}
}0.1.32
9 months ago
0.1.31
9 months ago
0.1.30
9 months ago
0.1.29
9 months ago
0.1.28
9 months ago
0.1.27
9 months ago
0.1.26
9 months ago
0.1.25
9 months ago
0.1.24
10 months ago
0.1.23
11 months ago
0.1.22
12 months ago
0.1.21
12 months ago
0.1.20
1 year ago
0.1.19
1 year ago
0.1.18
1 year ago
0.1.17
1 year ago
0.1.16
1 year ago
0.1.15
1 year ago
0.1.14
1 year ago
0.1.13
1 year ago
0.1.12
1 year ago
0.1.11
1 year ago
0.1.10
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago