Kenas Varghese
Kenas Varghese
@dpasiukevich I’d like to contribute to this issue. Since it’s my first time contributing to this project, I want to confirm that I’m understanding the goal correctly. Is the intention...
Update: routers was already under adkrest/internal. While moving `adkrest/controllers` under `adkrest/internal/`, I noticed that `EncodeJSONResponse` (defined in `controllers/handler.go`) is currently used by `webui`, which lives outside the `internal` tree. This...
Please Review @IAmSurajBobade
/gemini review
@rakyll I’d like to contribute to this issue. My plan is to introduce a `Config` type inside the `adkrest` package (for example, in `handler.go`) so that `NewHandler` can take `*adkrest.Config`...
Please review @rakyll @dpasiukevich