Zap Python – 自动生成

huangapple go评论100阅读模式
英文:

Zap Python - auto generation

问题

https://github.com/zaproxy/zap-api-python
这个项目是一个Python项目,它表示它是自动生成的。
用于从Java生成Python的工具是什么?

英文:

I've seen there is a python project and it states it's auto generated.
https://github.com/zaproxy/zap-api-python
What was used to generate python from java?

答案1

得分: 2

这是从Java生成的,使用以下代码:https://github.com/zaproxy/zaproxy/blob/develop/zap/src/main/java/org/zaproxy/zap/extension/api/PythonAPIGenerator.java

英文:

Its generated from java using this code: https://github.com/zaproxy/zaproxy/blob/develop/zap/src/main/java/org/zaproxy/zap/extension/api/PythonAPIGenerator.java

huangapple
  • 本文由 发表于 2020年1月6日 20:51:12
  • 转载请务必保留本文链接:https://go.coder-hub.com/59612449.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定