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