schoology / schoology_php_sdk

PHP SDK for making requests against the Schoology API
20 stars 13 forks source link

Add support for binary payload #6

Closed mhassan1 closed 7 years ago

mhassan1 commented 7 years ago

When uploading files, request body will be a blob. See documentation of the process here: https://developers.schoology.com/api/uploading-files

It would be nice if this SDK supported this.

mhassan1 commented 7 years ago

I see the "apiFileUpload" method, which is excellent for this (although undocumented).