nylas-go:Nylas API v2的Go客户端

时间:2021-05-23 01:19:04
【文件属性】:
文件名称:nylas-go:Nylas API v2的Go客户端
文件大小:42KB
文件格式:ZIP
更新时间:2021-05-23 01:19:04
Go Nylas API v2 Go客户端 提供对 v2 REST API的访问。 该库当前不涵盖所有端点,将在我们的内部项目需要时实现。 检查或以了解当前的实施状态。 这不是Nylas平台的官方SDK,有关官方SDK的信息,请访问 。 安装 go get github.com/teamwork/nylas-go 用法 package main import ( "context" "log" "net/http" "time" nylas "github.com/teamwork/nylas-go" ) const ( clientID = "..." clientSecret = "..." accessToken = "..." ) func main () { client := nylas .
【文件预览】:
nylas-go-master
----.gitignore(226B)
----README.md(4KB)
----label_test.go(3KB)
----thread.go(6KB)
----error_test.go(1KB)
----doc.go(205B)
----participant.go(136B)
----account.go(4KB)
----webhook.go(4KB)
----thread_test.go(8KB)
----native_test.go(3KB)
----LICENSE(1KB)
----account_test.go(5KB)
----folder_test.go(2KB)
----go.mod(242B)
----file_test.go(4KB)
----.golangci.yml(437B)
----message.go(6KB)
----error.go(1009B)
----delta_test.go(3KB)
----delta.go(4KB)
----file.go(3KB)
----native.go(4KB)
----folder.go(2KB)
----example()
--------webhook()
--------gmailnativeauth()
----label.go(2KB)
----go.sum(2KB)
----message_test.go(9KB)
----.travis.yml(236B)
----helper_test.go(924B)
----draft_test.go(13KB)
----client.go(4KB)
----draft.go(6KB)

网友评论