Go client for Chatspry
package main
import chatspry "github.com/chatspry/chatspry.go/v1"
const baseURL = "foo.bar.baz/api"
func main()
client := chatspry.NewClient(baseURL)
client.Login("foo", "bar")
// Do things with your client here!
}| Name | Name | Last commit date | ||
|---|---|---|---|---|