You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format should be: Course(1371647).group_categories(50724).groups(queryParams?, cb)
Which is the same as: Course(1371647).group_categories(50724).groups.get(queryParams?, cb)
But should also exist: Course(1371647).group_categories(50724).groups.delete(queryParams?, cb) Course(1371647).group_categories(50724).groups.post(queryParams?, form?, cb) Course(1371647).group_categories(50724).groups.put(queryParams?, form?, cb)