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:
@ -29,7 +29,7 @@ func TestLikesAPISuite(t *testing.T) {
|
||||
suite.Run(t, new(LikesAPISuite))
|
||||
}
|
||||
func likesTestRouter() *mux.Router {
|
||||
router := mux.NewRouter()
|
||||
router := mux.NewRouter().Queries("token", "").Subrouter()
|
||||
|
||||
// Create
|
||||
router.Path(`/messages/{conversation_id}/{message_id}/like`).
|
||||
|
Reference in New Issue
Block a user