lib/bearcat/client/courses.rb in bearcat-1.5.8 vs lib/bearcat/client/courses.rb in bearcat-1.5.9
- old
+ new
@@ -18,9 +18,11 @@
get :course_grading_standard, "grading_standards/:grading_standard_id"
get :course_gradebook_history, "gradebook_history/feed"
# Performs effectively the same operation as #create_content_migration, but without the need to specify a file to be uploaded
post :copy_course, "content_migrations"
+
+ get :course_settings, 'settings'
end
def create_content_migration_with_both_responses(course, file_path, params={})
content_migration_response = post("/api/v1/courses/#{course}/content_migrations", params)
pre_attachment = content_migration_response['pre_attachment']