Closed tbeason closed 4 years ago
Looks good, thanks for the contribution! Just for my understanding, what are the use of these keyonly files ?
A common way to store an API key so that it doesn't sneak its way into your public Github repo is to store it by itself in a file.
See for example https://github.com/micahjsmith/FredData.jl
One other "configuration" is to simply save some value by itself in a file. I added support for this via the "keyonly" syntax. I assign the value to the key "key", eg
I added tests and docstrings.