Issues with HttpClient in an example code
Struggling with the HttpClient (basic). I see this code in an example in the repo
When I write this code it errors. Now I understand (I think) that the
Really, i'm trying to learn effect by writing a pass through layer between a client and a server, so all I really care about is taking a request and then passing it to a different server. Think like a BFF layer.
So I think my steps are - create a client, map a new url on that client, send request with that post body.
Where am I going wrong that
just errors?
When I write this code it errors. Now I understand (I think) that the
_ is not needed anymore. Really, i'm trying to learn effect by writing a pass through layer between a client and a server, so all I really care about is taking a request and then passing it to a different server. Think like a BFF layer.
So I think my steps are - create a client, map a new url on that client, send request with that post body.
Where am I going wrong that
just errors?
