DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Refactor client API #62

Open MaddieM4 opened 10 years ago

MaddieM4 commented 10 years ago

Currently, the names of the different clients are not really descriptive. I'd like to rename them to RawClient and AutoClient, and then work to make them more openly composable (without giving users the ability to change a RawClient in an existing AutoClient).