gmarmstrong/python-datamuse

Remove `WORD_PARAMS` and `SUGGEST_PARAMS`.

kasteph opened this issue · 1 comments

The list of parameters in WORD_PARAMS and SUGGEST_PARAMS are unnecessary since the Datamuse API ignores parameters it does not recognize anyway. Therefore, the argument check Datamuse._validate_args is superfluous. Thoughts, @gmarmstrong ?

PR #8 removes the SUGGEST_PARAMS.