文件名称:sqwiggle:Sqwiggle 的 Go 客户端库
文件大小:29KB
文件格式:ZIP
更新时间:2024-07-16 01:23:36
Go
Sqwiggle Go 客户端 Golang 客户端库。 支持 附件 对话 信息 邀请 留言 组织 流 用户 安装 go get github.com/hermanschaaf/sqwiggle 示例用法 以下示例列出了所有流中的 50 条最新消息,并将它们打印出来。 package main import ( "fmt" "github.com/hermanschaaf/sqwiggle" ) // The following code instantiates a client, then calls the // ListMessages method to return a slice of Messages. If no error occurred, it // iterates through the messages and prints them
【文件预览】:
sqwiggle-master
----.travis.yml(304B)
----testdata()
--------listmessages.json(2KB)
--------getstream.json(271B)
--------listinvites.json(367B)
--------getuser.json(649B)
--------getattachment.json(349B)
--------getmessage.json(847B)
--------liststreams.json(888B)
--------postmessage.json(411B)
--------poststream.json(271B)
--------listusers.json(2KB)
--------getconversation.json(471B)
--------listconversations.json(519B)
--------error.json(297B)
--------listorganizations.json(592B)
--------getinvite.json(347B)
--------getorganization.json(540B)
--------info.json(2KB)
--------listattachments.json(3KB)
----message.go(1KB)
----sqwiggle_examples_test.go(2KB)
----error.go(1007B)
----structs.go(4KB)
----attachment.go(2KB)
----sqwiggle_test.go(28KB)
----sqwiggle.go(20KB)
----invite.go(590B)
----LICENSE(1KB)
----conversation.go(1KB)
----organization.go(2KB)
----stream.go(2KB)
----structs_test.go(1KB)
----mention.go(388B)
----README.md(2KB)
----user.go(3KB)