API get params

library operator
ID: b887c2a1-3446-411c-b980-1c9b2ae15fbc
Queries a given URL via GET using given parameters and emits the parsed response.

Implementation

The implementation of API get params makes use of the following 9 operators.

1
Replaces placeholders in a given string with given values.
1
Decodes a JSON string and emits the corresponding Slang data.
1
Encodes a Slang map into the corresponding URL-encoded string.
1
Converts the type of a value.
4
Emits a constant value for each item.
1
Sends an HTTP request.