DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
API Development
What does generating a client SDK from an OpenAPI spec fundamentally NOT protect against, that tRPC does structurally protect against?
A
Network failures during the API call
B
The spec itself being inaccurate relative to the real, live implementation — a generated client trusts whatever the spec says, even if it's wrong, unlike tRPC where 'the spec' IS the actual server code
C
Malformed JSON responses
D
There's no meaningful difference between the two in this respect
Check Answer