-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
ensapiENSApi relatedENSApi related
Description
The goal is to have route handlers to call operations, where operations return a Result object instance.
Here's the idea shared by @lightwalker-eth about moving our API handlers into 2 distinct layers of responsibility:
- All the deserialization / serialization / input validation.
- The actual business logic -- where there's beautifully typed params and response.
Hono calls directly into 1, which would then call into 2 only after deserialization / input validation is complete.
lightwalker-eth
Metadata
Metadata
Assignees
Labels
ensapiENSApi relatedENSApi related
Type
Projects
Status
Backlog