DAC098 / RFS

custom made file server written in rust.
0 stars 0 forks source link

move client requests into `rfs-api` #36

Closed DAC098 closed 8 months ago

DAC098 commented 9 months ago

in rfs-cli there are requests being made to the server that can be moved into rfs-api since they are not specific to the cli.

DAC098 commented 8 months ago

updated rfs-api with the new client code and updated rfs-cli to use the new client code.