datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Client/Connection protocol is verbose #16

Closed RogerTangos closed 8 years ago

RogerTangos commented 9 years ago

It takes a large number of lines to create a client. Maybe this could be done with one line and assume a default http client. If the user wanted a TCP client, they could specify.

RogerTangos commented 8 years ago

Wontfix, as we're moving to REST anyhow.