we trying this api add
https://jsonplaceholder.typicode.com/todos/1
but not working show error An error occurred when calling Get All
we trying this api add
https://jsonplaceholder.typicode.com/todos/1
but not working show error An error occurred when calling Get All
Remove the ID from the URL. Use this instead:
https://jsonplaceholder.typicode.com/todos/
I just tried and it worked.