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:
densestvoid
2020-07-31 07:29:08 -04:00
parent 31885d2726
commit c6f6857cfa
15 changed files with 93 additions and 38 deletions

View File

@ -44,7 +44,7 @@ func TestMembersAPISuite(t *testing.T) {
}
func membersTestRouter() *mux.Router {
router := mux.NewRouter()
router := mux.NewRouter().Queries("token", "").Subrouter()
// Add
router.Path("/groups/{id:[0-9]+}/members/add").