Seeking PR for `HttpApi` Interface Change to Chaining
can anyone kindly point me to the PR that changed the
HttpApi interface from composable functions such as HttpApiGroup.add to chaining please? (calling .add on the instance). I'm wondering if there's still a way to use a similar interface (static functions) without calling methods on an instance