Replies: 1 comment
-
|
@dosu, could you help me? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using 1.6.4 version and I'm trying to do a simple task just to test the component, but I'm failing and I don't know how to overcome it.
I'm using the the API Request component and the endpoint that I am using is https://api.gameofthronesquotes.xyz/v1/random, a simple get request.
The response is sent to a Parser component and I tried a lot of ways to get the
result.sentencevalue, but I failed...One of my failed attempt:
How can I parse this JSON to get the sentence?
The json response of the endpoint is something like this:
Beta Was this translation helpful? Give feedback.
All reactions