Blog
This blog is usually for boring…technical detail. For more interesting post, go checkout my linkedIn post!
Category: openapi contribution
-
It’s a template system used by openapi generator. It is a logic-less program where control like “if”, “else” or “for” does not exist. Its control is entirely dependent on data structure you feed into mustache. Basic suppose we have mustache file as follows Data Then output is by default, {{variable}} will html-escape value. For example,…
-
What is OpenAPI-generator? It’s basically a program that allow you to generate boiler plate api code in your choice of programming language (ts, java, python, Go, etc..) based on openapi spec file given. Before contributing to OpenAPI-generator. I wanted to have basic level of understanding about their codebase first before anything. The following contains the…
