pokerest:使用Golang完成的Pokemon Rest API

时间:2021-03-31 22:33:19
【文件属性】:
文件名称:pokerest:使用Golang完成的Pokemon Rest API
文件大小:27KB
文件格式:ZIP
更新时间:2021-03-31 22:33:19
Go 戳戳 关于 PokeRest是一个项目,称为 。 它调用api发出请求并在json中获取结果。 目录 快速开始 在本地运行 使用 。 在以下地址中单击的安装说明,以单击您的操作系统: 安装完成后,通过下载zip或运行以下命令来复制存储库: $ git clone https://github.com/ferpart/pokerest.git 进入目录,并运行以下命令以运行 http服务器: $ go run main.go 当我们在该项目中使用go模块时,所有依赖项将自动安装。 http服务器将托管在: http://localhost:5000 使用 请按照以下地址中针对的安装说明进行操作,单击以您的操作系统: 安装完成后,通过下载zip或运行以下命令来复制存储库: $ git clone https://github.com/ferpart/pokerest.gi
【文件预览】:
pokerest-master
----Dockerfile(221B)
----.gitignore(533B)
----main.go(1KB)
----.github()
--------workflows()
----docs()
--------pokerest.json(4KB)
--------handlers.md(6KB)
--------pokerest.yaml(3KB)
--------helpers.md(5KB)
--------requests.md(4KB)
--------main.md(990B)
----LICENSE(1KB)
----go.mod(159B)
----handlers()
--------advantage.go(5KB)
--------common.go(3KB)
--------common_test.go(630B)
--------advantage_test.go(2KB)
----terraform()
--------.gitignore(946B)
--------.terraform.lock.hcl(1KB)
--------main.tf(52B)
--------github.tf(1KB)
----.example_env(348B)
----helpers()
--------relationparser.go(985B)
--------languageparser.go(1KB)
--------relationparser_test.go(582B)
--------sendjson.go(697B)
--------pokeparser_test.go(657B)
--------pokeparser.go(1KB)
--------languageparser_test.go(678B)
----go.sum(1KB)
----Makefile(150B)
----k8s()
--------eksctl()
--------pokemon-rest.yaml(578B)
----README.MD(7KB)

网友评论