anaconda:Twitter 1.1 API的Go客户端库 源码
水蟒 Anaconda是一个简单,透明的Go程序包,用于访问Twitter API的1.1版。 成功的API查询将返回可立即使用的本机Go结构,而无需类型声明。 例子 认证方式 如果您已经拥有用户的访问令牌(和密码)(Twitter在开发人员门户上为您自己的帐户提供了访问令牌),则创建客户端很简单: api := anaconda . NewTwitterApiWithCredentials ( "your-access-token" , "your-access-token-secret" , "your-consumer-key" , "your-consumer-secret" )
文件列表
anaconda:Twitter 1.1 API的Go客户端库
(预估有个141文件)
.gitignore
252B
.gitignore
26B
COPYING
7KB
oauth.go
20KB
config.json.example
89B
config.json.example
87B
config.json.example
91B
config.json.example
89B
config.json.example
89B
config.json.example
87B
暂无评论