文件名称:myfitnesspal:myfitnesspal 的库和 cli
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-16 00:46:31
Go
我的健身伙伴 myfitnesspal 的客户端库和命令行工具。 安装 go get github.com/savaki/myfitnesspal/myfitnesspal 命令行使用 除了作为 go 库之外,myfitnesspal 还可以从命令行使用,以 json 格式从 myfitnesspal.com 检索数据。 MyFitnessPal 身份验证 所有 myfitnesspal 命令行请求都需要进行身份验证。 您可以通过将--username和--password到每个请求来进行身份验证,如下所示: myfitnesspal food-diary --username YOUR-USERNAME --password YOUR_PASSWORD -- 或者通过设置环境变量: export MYFITNESSPAL_USERNAME=YOUR-USERNAME expo
【文件预览】:
myfitnesspal-master
----.gitignore(74B)
----food_diary.go(2KB)
----README.md(2KB)
----login.go(2KB)
----myfitnesspal()
--------diary.go(791B)
--------main_test.go(68B)
--------main.go(718B)
----client.go(453B)
----types.go(2KB)
----food_diary_test.go(2KB)
----client_test.go(752B)