skjiisa / WebDAV-Swift

WebDAV communication library for Swift with caching and thumbnail support
BSD 2-Clause "Simplified" License
65 stars 17 forks source link

Rename Account to something more specific #1

Closed skjiisa closed 3 years ago

skjiisa commented 3 years ago

The Account protocol should probably be something more specific to avoid conflict. For example WebDAVAccount or DAVAccount.

Update documentation when this change is made.