v0.1.0 release
Updated tests and client to use the authorization token Fixed readme and added the example to the examples folder
This commit is contained in:
@ -50,7 +50,7 @@ func TestMessagesAPISuite(t *testing.T) {
|
||||
}
|
||||
|
||||
func messagesTestRouter() *mux.Router {
|
||||
router := mux.NewRouter()
|
||||
router := mux.NewRouter().Queries("token", "").Subrouter()
|
||||
|
||||
// Index
|
||||
router.Path("/groups/{id:[0-9]+}/messages").
|
||||
|
Reference in New Issue
Block a user