12 Oct 2023 06:58 PM
In the docs code example:
```
import { functions } from '@dynatrace-sdk/adhoc-utils';
const response = await functions.call('my.app.id', 'hello-world', { username: 'john', fruits: ['apple', 'orange'] });
```
suggest that `adhoc-utils` `functions.call` doesn't not required `.then((res) => res.text());` like 2 previous code examples. However in the run time this transformation is required.
I suggest to update this code example
Solved! Go to Solution.
13 Oct 2023 08:56 AM
Glad to help 🙂