hello, I like this proposal and I think it makes sense. As far as I know, in practice, for example, when doing secondary development based on APISIX, or integrating apisix with internal projects, many people do not use APISIX-Dashboard, but use admin-api. They all need to write the logic to call admin-api in a language they are familiar with. If an SDK is available, it is much easier to integrate APISIX with other systems. *ZhengSong Tu* My GitHub: https://github.com/tzssangglass Apache APISIX: https://github.com/apache/apisix
孙昊 <[email protected]> 于2021年9月25日周六 下午6:27写道: > Hello, everyone: > Our company now uses apisix as our api gateway, and our main > development languages are Java and JavaScript. > In the process of using apisix, we often use the admin api of apisix. > We need to create and initiate requests repeatedly, which is very > cumbersome, and sometimes, the parameter names, parameter types, etc. are > mistaken. So, I suggest that the apisix team can release an SDK toolkit for > Java, Types can be defined inside, because Java is strongly typed. > Good luck to everyone! >
