Go to file
Richard Lewis f683c3da34 Merge pull request #20 from matrix-org/rxl881/errorLogging
Log response body when content upload fails
2017-02-20 18:01:16 +00:00
hooks Actually run all the golint tests 2017-01-06 15:33:33 +00:00
.gitignore Initial commit 2016-11-29 16:35:32 +00:00
LICENSE Initial commit 2016-11-29 16:35:32 +00:00
README.md aWOOGA 2016-12-02 15:42:13 +00:00
client.go Removed logging and fixed formatting 2017-02-20 16:18:18 +00:00
client_examples_test.go Actually run all the golint tests 2017-01-06 15:33:33 +00:00
client_test.go Test response URL 2017-02-15 23:05:35 +00:00
events.go Add basic types and pre-commit hooks 2016-11-29 16:44:19 +00:00
requests.go Merge pull request #13 from matrix-org/kegan/api-redact 2017-01-05 18:39:41 +00:00
responses.go Add AS membership list APIs 2017-02-15 17:41:47 +00:00
room.go Move remaining Go-NEB code into gomatrix 2016-11-30 17:24:46 +00:00
store.go Make the rooms map 2016-12-01 14:52:55 +00:00
sync.go Remove Rooms from Syncer, move to Storer 2016-12-01 11:49:36 +00:00
userids.go Actually run all the golint tests 2017-01-06 15:33:33 +00:00
userids_examples_test.go Add userid example functions 2016-12-08 17:41:35 +00:00
userids_test.go Add user ID handling methods 2016-12-06 14:24:27 +00:00

README.md

gomatrix

GoDoc

A Golang Matrix client.

THIS IS UNDER ACTIVE DEVELOPMENT: BREAKING CHANGES ARE FREQUENT.