Should I return LaTeX format for math formulas in a REST API?
# API Design Postmortem: Handling Math Formulas in REST Responses ## Summary – A quiz application API returned mathematical formulas exclusively in LaTeX format within JSON payloads – This design forced clients to implement LaTeX rendering regardless of their capabilities – Scalability concerns emerged due to varied client requirements and rendering complexity ## Root Cause … Read more