You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it could be interesting to provide typed api registration when typed api clients are provided server side, e.g.
letwebAppFactory=new TestClient<Web.Sample.Program>()|>fun x -> x {
API<Web.Sample.Clients.ClientOne>{// typechecks on return type from api client methods_.GetName {| Name ="Peter"|}_.GetAge {| Age =100|}}}|>_.GetFactory()