-
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for Blitz RPC endpoint to the app directory #860
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
somewhere you need to fully document the api, arguments, and return of both withBlitzAuth
and rpcAppHandler
Co-authored-by: Brandon Bayer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise the content looks good
app/pages/docs/rpc-config.mdx
Outdated
Blitz RPC defaults to: - `verbose` to be true if it not configured. - | ||
The `input` and `resolver completion time` will be logged with the | ||
`info` level. - The `result` and `next.js serialization time` will be | ||
logged with the `debug` level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list formatting is broken
|
||
##### Arguments | ||
|
||
- `handlers: { [method: string]: Handler })` - An object of handlers where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all the list formats seem broken
Co-authored-by: Brandon Bayer <[email protected]>
Docs for blitz-js/blitz#4341