Myles Carrick
Results
2
issues of
Myles Carrick
(refer https://github.com/typhoeus/typhoeus/blob/master/README.md#sending-params-in-the-body-with-put) Looks to me like it fixes #7
I'm trying to call the update courses API https://canvas.instructure.com/doc/api/courses.html#method.courses.batch_update It needs a courses_id[](array) param... but because the clean_params doesn't yet handle array values (see note at https://github.com/whitmer/canvas-api/blob/master/lib/canvas-api.rb#L177) I'm trying to...