facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Move creating clients to top level #44

Closed pbugnion closed 5 years ago

pbugnion commented 5 years ago

Creating client may be somewhat expensive, so it's better to avoid having to recreate them. This moves their definition to the top level.

pbugnion commented 5 years ago

In hindsight, this is not really worth the overhead of needing to have credentials in the top level.