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

Should be possible to make repos public through the API #155

Open RogerTangos opened 8 years ago

RogerTangos commented 8 years ago

Cards are public through the API via PublicCardPermission and PublicCardAuthentication classes imported into api/views.py. However, published (public) repos are not made available in a similar way. They should be.