Combining APIs in Effect-HTTP for Abstracting Router Handlers

in effect-http, is there a way a of "combining Api's"?

Reason i am asking is because I want to abstract my Router Handler functions. So I am using the handler overload and that requires an
api
. And with my application structure I would probably need to "generate" my api in my folder,

and then export it and "merge" it with other api's. but i'm not sure if this is possible
Was this page helpful?