gmarmstrong / python-datamuse

Python wrapper library for the Datamuse API
MIT License
72 stars 4 forks source link

Remove `WORD_PARAMS` and `SUGGEST_PARAMS`. #7

Closed kasteph closed 4 years ago

kasteph commented 6 years ago

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 ?

kasteph commented 6 years ago

PR #8 removes the SUGGEST_PARAMS.