0.1.32 • Published 6 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
6 months ago
0.1.31
6 months ago
0.1.30
6 months ago
0.1.29
6 months ago
0.1.28
6 months ago
0.1.27
6 months ago
0.1.26
6 months ago
0.1.25
6 months ago
0.1.24
7 months ago
0.1.23
8 months ago
0.1.22
9 months ago
0.1.21
9 months ago
0.1.20
10 months ago
0.1.19
10 months ago
0.1.18
10 months ago
0.1.17
10 months ago
0.1.16
10 months ago
0.1.15
10 months ago
0.1.14
10 months ago
0.1.13
10 months ago
0.1.12
10 months ago
0.1.11
10 months ago
0.1.10
11 months ago
0.1.8
11 months ago
0.1.7
11 months ago
0.1.6
11 months ago
0.1.5
11 months ago