Replies: 1 comment
-
I created the following data classes:
And I'm getting the error that the response couldn't be parsed:
The error lies in declaring data classes. And I've a few doubts here.
|
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
-
Hi, in the eclair API documentation, the sample response for the command
channels
is given as:But when I run the command locally, I get the response:
As you can observe the last part of the log is completely different.
Also in the terminal, I don't get any key
rbfstatus
I'm using the response that I get in terminal for making the data classes. Can you please clarify about why these 2 responses are different?
Beta Was this translation helpful? Give feedback.
All reactions