-
Notifications
You must be signed in to change notification settings - Fork 19
docs(examples): add Express WorkPaper route smoke #273
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfirst-timers-onlyReserved for someone making their first contribution to this projectReserved for someone making their first contribution to this projectgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfirst-timers-onlyReserved for someone making their first contribution to this projectReserved for someone making their first contribution to this projectgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Outcome
Add a copy-paste Express adapter smoke example for the serverless WorkPaper API route. The example should adapt an Express request to a web-standard
Request, call the shared WorkPaper handler, and copy the returnedResponseback to Express.Likely files
docs/serverless-workpaper-api-route.mdexamples/serverless-workpaper-api/README.mdexamples/serverless-workpaper-api/express-route.tsSuggested approach
Use the existing Express section in the serverless route docs as the source. Keep the snippet narrow: JSON body parsing, method/path handling, call
handleWorkPaperRequest(), return status/body/headers. Avoid building a full Express app unless it stays tiny.Acceptance proof
Request/Response.pnpm docs:discovery:checkstill passes.Scope check