文件名称:g-steam:用于golang的Steam Web API
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-13 21:12:45
go golang steam steam-api steamwebapi
蒸汽 Steam Web API Golang实现 :rocket: 安装 go get -u github.com/luanruisong/g-steam :bell: 前提 在使用之前,你必须去申请的关键。 :anchor: 用法 基本用法 //Create client client := steam . NewClient ( "appkey" ) //Get the render address of steam //path -> steam openid Login authentication address //callbackPath -> steam browser url to redirect to after successful authentication path := client . RenderTo ( callbackPath )
【文件预览】:
g-steam-main
----iplayer_service()
--------tools.go(212B)
--------player.go(6KB)
--------player_test.go(2KB)
----isteam_app()
--------app.go(3KB)
--------app_test.go(770B)
----go.mod(92B)
----client.go(1KB)
----isteam_news()
--------news_test.go(308B)
--------news.go(2KB)
----steam_api.go(3KB)
----isteam_economy()
--------economy.go(6KB)
--------economy_test.go(702B)
----go.sum(1KB)
----isteam_remote_storage()
--------remote_storage_test.go(615B)
--------remote_storage.go(2KB)
----openid.go(4KB)
----LICENSE(11KB)
----req.go(927B)
----README.md(3KB)
----isteam_webapi_util()
--------webapi_test.go(553B)
--------webapi.go(1KB)
----isteam_user_stats()
--------user_stats_test.go(2KB)
--------user_stats.go(6KB)
----.gitignore(14B)
----isteam_user()
--------contants.go(364B)
--------use_test.go(1KB)
--------user.go(6KB)
----steam_test.go(2KB)