lib/bearcat/client/courses.rb in bearcat-1.0.25 vs lib/bearcat/client/courses.rb in bearcat-1.0.26

- old
+ new

@@ -39,8 +39,12 @@ # Performs effectively the same operation as #create_content_migration, but without the need to specify a file to be uploaded def copy_course(course, params = {}) post("/api/v1/courses/#{course}/content_migrations", params) end + + def list_users_courses(params) + get("api/v1/courses", params) + end end end end