Slide 4
Slide 4 text
Design-First API Development
• Design API contract first
• Find and solve problems early on before building API
• FE implements the feature using the mock API
👉 No need to wait until API is built
• BE implements the API based on the API contract
👉 Validate API response in testing