lib/bearcat/client/accounts.rb in bearcat-1.0.23 vs lib/bearcat/client/accounts.rb in bearcat-1.0.24
- old
+ new
@@ -20,8 +20,11 @@
def account_roles(account, params = {})
get("/api/v1/accounts/#{account}/roles", params)
end
+ def account_courses(account, params = {})
+ get("/api/v1/accounts/#{account}/courses", params)
+ end
end
end
end