clustericious / Yars

Yet-another ARchive Service
5 stars 2 forks source link

Yars client route 'content' #15

Closed CurtTilmes closed 8 years ago

CurtTilmes commented 8 years ago

yarsclient has a 'content route':

route_doc content  => "<filename> <md5>";

but it doesn't appear to be implemented.

(I thought it might be something like a "cat" to send content to STDOUT instead of into a file?)

CurtTilmes commented 8 years ago

yarsclient get

is send content to STDOUT, so it probably isn't that.

plicease commented 8 years ago

Looks like it was renamed without updating the route_doc:

https://github.com/plicease/Yars-Client/commit/7256a4553fd60f51a7bffe2b0ae3920c82a492ff https://github.com/plicease/Yars-Client/commit/9f8890db064c7aba4ae3846947d95c83b55173ff

plicease commented 8 years ago

I'm removing the documentation for the old content route. I'm not against implementing it for compatibility, but nobody has been asking for it.