Expand description
Shared JSON response helpers.
Functionsยง
- err_
response - Build an error response envelope.
- ok_
response - Build a success response envelope.
- render_
response - Render either the shared JSON envelope or plain text for a command response.
- render_
response_ parts - Render either the shared JSON envelope or lazily-built command data and plain text.
- render_
response_ with - Render either the shared JSON envelope or lazily-built plain text for a command response.