lib/bearcat/client/groups.rb in bearcat-1.2.3 vs lib/bearcat/client/groups.rb in bearcat-1.2.4
- old
+ new
@@ -4,8 +4,12 @@
def course_groups(course)
get("/api/v1/courses/#{course.to_s}/groups")
end
+ def account_groups(account_id)
+ get("/api/v1/accounts/#{account_id}/groups")
+ end
+
end
end
end
\ No newline at end of file