Skitii
Skitii
> 是的,更新还好搞一些,PUT 操作可以把 item key 放在 body 里面,查询和删除这两个操作比较麻烦,GET 和 DELETE 只能放在 url path 上 what if we just encode/decode the item key ? we can provide new interface on get/update/delete...
take getItem as an example, when we called getItem with openapi client, we can encode the key like the follow way, ``` String encode = new String(Base64.getEncoder().encode(key.getBytes(StandardCharsets.UTF_8))); OpenApiPathBuilder pathBuilder =...
Test example:  Test Result: 
wow, this way is more practicable, in the normal sutuation, it works like the old workflow, and we just use little cost to deal with unexpectable key, I'll try this....
@strongduanmu this issue has fixed in this pr(#27228), can be marked as completed.
@strongduanmu Pls assign to me.
@strongduanmu please assign to me.