Rick
Rick
这个链接没问题呀,是不是因为你的梯子设置问题。 我设想是就想首次玩一个游戏时,通常会有一个引导教程帮助用户熟悉系统功能。最好的工具、系统应该是不需要有很复杂的文档,尤其是基本功能。
See also: * Python https://github.com/LinuxSuRen/api-testing/pull/371 and https://github.com/LinuxSuRen/api-testing/pull/398 * Java https://github.com/LinuxSuRen/api-testing/pull/369 * JavaScript https://github.com/LinuxSuRen/api-testing/issues/395
@hahahashen 其实,就是用来生成一段发送 HTTP 请求的代码(不同语言),主要的使用场景是: * 不熟悉某个语言的语法或 SDK 用法 * 节省写代码的时间
好呀,期待你的 PR @zhouzhou1017
问题 2 感觉可以统一解决下,避免每种语言(框架)都会遇到。
This issue is not difficult, but you need to setup a Kubernetes environment. You can do via the following ways: * [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/) * [k3d](https://github.com/k3d-io/k3d/) * [miniKube](https://minikube.sigs.k8s.io/docs/start/) * [kubekey](https://github.com/kubesphere/kubekey) * https://labs.play-with-k8s.com/...
hi @n3A87 I will unassign this issue due to no response for a long time. But please let me know if you are still interested in it.
另外,为了保证生成的代码可以运行,我们可以增加对应的 e2e 测试: * 编写 testcase * 通过 `curl` 调用 API 并拿到生成的代码,保存为文件 * 调用对应的语言命令进行测试,例如:`python test.py`,`go run test.go`
只要是和议题无关的 PR 还是鼓励的,议题相关的代码是需要按照规定的时间线来做。
First, I need to say sorry about this issue. Consider this feature can be independent. I already moved it to a new repository [go-service](https://github.com/linuxSuRen/go-service). Please go ahead if this situation...