https://github.com/bytedance/douyin-openapi-credential-go
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bytedance
- License: apache-2.0
- Language: Go
- Default Branch: main
- Size: 10.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Changelog
License
README.md
Douyin OpenAPI SDK Credential for Go
本项目是抖音开放平台OpenAPI SDK Credential模块的Go语言实现。 该模块提供了获取抖音开放平台clienttoken以及accesstoken的方法,并且提供token过期自动刷新的能力。但是该代码仅支持单实例的情况下使用,如果需要在多实例场景下获取token需要实现Credential接口中的getClientToken()和getAccessToken()方法。
要求
您需要确保本地安装的 go 环境版本大于 1.12.0.
安装
你可以使用 go mod 来管理你的依赖
go get github.com/bytedance/douyin-openapi-sdk/credential-go
发行说明
每个版本的详细更改记录在发行说明中。
许可证
Copyright 2024 ByteDance Ltd. and/or its affiliates.
Owner
- Name: Bytedance Inc.
- Login: bytedance
- Kind: organization
- Location: Singapore
- Website: https://opensource.bytedance.com
- Twitter: ByteDanceOSS
- Repositories: 255
- Profile: https://github.com/bytedance
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/bytedance/douyin-openapi-credential-go
- Homepage: https://github.com/bytedance/douyin-openapi-credential-go
- Documentation: https://pkg.go.dev/github.com/bytedance/douyin-openapi-credential-go#section-documentation
- License: Apache-2.0
Rankings
Dependent packages count: 6.4%
Average: 6.6%
Dependent repos count: 6.9%
Last synced:
11 months ago
Dependencies
go.mod
go
- github.com/alibabacloud-go/tea v1.2.2
- github.com/go-resty/resty/v2 v2.12.0
go.sum
go
- github.com/alibabacloud-go/debug v1.0.0
- github.com/alibabacloud-go/tea v1.2.2
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/go-resty/resty/v2 v2.12.0
- github.com/google/gofuzz v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/reflect2 v1.0.2
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/yuin/goldmark v1.4.13
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/crypto v0.18.0
- golang.org/x/crypto v0.19.0
- golang.org/x/crypto v0.21.0
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
- golang.org/x/mod v0.8.0
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
- golang.org/x/net v0.6.0
- golang.org/x/net v0.10.0
- golang.org/x/net v0.20.0
- golang.org/x/net v0.21.0
- golang.org/x/net v0.22.0
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
- golang.org/x/sync v0.1.0
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
- golang.org/x/sys v0.5.0
- golang.org/x/sys v0.8.0
- golang.org/x/sys v0.16.0
- golang.org/x/sys v0.17.0
- golang.org/x/sys v0.18.0
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- golang.org/x/term v0.5.0
- golang.org/x/term v0.8.0
- golang.org/x/term v0.16.0
- golang.org/x/term v0.17.0
- golang.org/x/term v0.18.0
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/text v0.3.7
- golang.org/x/text v0.7.0
- golang.org/x/text v0.9.0
- golang.org/x/text v0.14.0
- golang.org/x/time v0.5.0
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
- golang.org/x/tools v0.1.12
- golang.org/x/tools v0.6.0
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7