Jesus / dropbox_api

Ruby client library for Dropbox API v2
MIT License
171 stars 113 forks source link

Fix Faraday Deprication Notice #92

Closed CJKinni closed 2 years ago

CJKinni commented 2 years ago

This resolves #89 , getting rid of the Faraday deprivation notice on each request.

See: https://lostisland.github.io/faraday/middleware/authentication

AnastasiaBortnovska commented 2 years ago

Yes, it fixed issue

Jesus commented 2 years ago

Fixed in #92, but thanks for your contribution!