Using a lightweight web server to debug requests
I’ve been working a lot with the Canvas API lately. One task was to add communication channels (e-mail addresses) to user accounts. I was able to add them successfully following the documentation’s cURL example using the skip_confirmation flag: curl ‘https://mycanvas.instructure.com/api/v1/users/[user id]/communication_channels’ -H “Authorization: Bearer […]” -d ‘communication_channel[address]=chris@osric.com’ -d ‘communication_channel[type]=email’ -d ‘skip_confirmation=1’ However, when I ran … Continue reading Using a lightweight web server to debug requests
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed