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:
@ -32,7 +32,7 @@ func TestUsersAPISuite(t *testing.T) {
|
||||
suite.Run(t, new(UsersAPISuite))
|
||||
}
|
||||
func usersTestRouter() *mux.Router {
|
||||
router := mux.NewRouter()
|
||||
router := mux.NewRouter().Queries("token", "").Subrouter()
|
||||
|
||||
// Me
|
||||
router.Path("/users/me").
|
||||
|
Reference in New Issue
Block a user