Customize OpenAPI Generator with Mustache template
The OpenAPI Generator tool can help us generating API clients from the OpenAPI Spec. But what if we want to add some modification? Enter the Mustache template.
About technology stuff that piqued my interest
The OpenAPI Generator tool can help us generating API clients from the OpenAPI Spec. But what if we want to add some modification? Enter the Mustache template.
OpenAPI Generator giúp ta sinh code cho API client mà chỉ dựa vào file OpenAPI Spec. Và khi ta cần tùy biến client đó, ta có thể sử dụng Mustache template.
I used to write all API client code myself. Then I took an OpenAPI Generator to the knee. The works that used to take day can now be done in seconds.
Việc tự mình viết code để gọi API tiêu tốn tương đối nhiều thời gian. Với OpenAPI Generator, ta có thể tự động hóa công việc không mấy thú vị này.
Có lẽ các bạn đã từng nghe đến cái tên UR Chintai, nhưng các bạn có biết rằng hệ thống còn cho phép ta truy xuất dữ liệu thông qua API?
Maybe you have heard about UR Chintai before, but do you know that they have a public API? Let’s find out how to use that API to access their information.