Recommended way to create an Effect Http client for a non-Effect server?
I am trying to create clients for http rest apis/servers that I did not write. My naive approach was to use platform to define an HttpApi and then HttpApiClient.make a client. However, I feel like I am constantly banging my head against a wall, and the documentation seems to be written assuming that you are creating sever+api+client. So I just want to sanity check if this is actually the way to go, and if so does anyone have any public projects where they have done something like this?
