DerekHill

Results 3 comments of DerekHill

For me, with Typescript 3.7, this worked: ```typescript const Vimeo = require('vimeo').Vimeo;` const client = new Vimeo(CLIENT_ID, CLIENT_SECRET, ACCESS_TOKEN); ```

There is a fix for this and workaround at https://github.com/aboSamoor/pycld2/pull/44

I was working through @duplxey's [excellent tutorial article](https://testdriven.io/blog/django-rest-authjs/) on Django REST Framework Authentication with Auth.js, and ran into this issue. I wanted to note that duplexy has two similar example...