Create integration tests for code examples demonstrating backend API integration.
Motivation
Currently, the API integration example code is versioned within the frontend codebase for convenience. However, this poses a problem as it may not always reflect the latest changes to the backend.
The proposal is to move this code to the backend and create integration tests to ensure it doesn’t degrade over time. From there, the frontend could request the example code from the backend to display it to users accurately.
Your Contribution
I believe this improvement isn't a priority, but I'd like to hear others' opinions. We could keep it on our radar for future implementation if it seems worthwhile.
Feature Request
Create integration tests for code examples demonstrating backend API integration.
Motivation
Currently, the API integration example code is versioned within the frontend codebase for convenience. However, this poses a problem as it may not always reflect the latest changes to the backend.
The proposal is to move this code to the backend and create integration tests to ensure it doesn’t degrade over time. From there, the frontend could request the example code from the backend to display it to users accurately.
Your Contribution
I believe this improvement isn't a priority, but I'd like to hear others' opinions. We could keep it on our radar for future implementation if it seems worthwhile.