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:
@ -27,7 +27,7 @@ func TestSMSModeAPISuite(t *testing.T) {
|
||||
}
|
||||
|
||||
func smsModeTestRouter() *mux.Router {
|
||||
router := mux.NewRouter()
|
||||
router := mux.NewRouter().Queries("token", "").Subrouter()
|
||||
|
||||
// Create
|
||||
router.Path("/users/sms_mode").
|
||||
|
Reference in New Issue
Block a user