go-auth0 / auth0

ARCHIVED Go SDK for the Auth0 platform. This project is now being maintained at: https://github.com/auth0/go-auth0

Home Page:https://github.com/auth0/go-auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HookManager.List uses wrong endpoint ('roles' instead of 'hooks')

liranms opened this issue · comments

I've created a pull request that fixes this in v4: #162
the problem exists in v5 as well:

err = m.get(ctx, m.uri("roles")+m.q(opts), &r)

fixed in #162