vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

Rename "private boxes" to "protected boxes" #50

Closed jsejcksn closed 4 years ago

jsejcksn commented 4 years ago

This is an idea to improve the messaging/documentation.

The description of "private" boxes might be misleading to some because they can be read without the API key. "Protected" might be a better description because only mutation actions (create/update/delete) require an API key.

vasanthv commented 4 years ago

Yeah, you are right protected is much better word for this. We can change that.

jsejcksn commented 4 years ago

@vasanthv I still see "private" in the repo description:

jsonbox-private
vasanthv commented 4 years ago

Fixed it. Thanks for pointing it out.