Is there way to derive a client from a HttpApi that is not integrated with effect?
My backend is very effect-heavy but I would like to keep effect out of my frontend for now, hopefully whilst keeping the benefits of having a well defined api-contract.
If this is not possible I am thinking about just generating an SDK using OpenAPI, but maybe someone has better ideas!