MrLogarithm / cdli-accounting-viz

Utilities and visualizations for CDLI accounting corpora.
MIT License
3 stars 3 forks source link

Standardize terminology in API endpoints #13

Closed MrLogarithm closed 4 years ago

MrLogarithm commented 4 years ago

Some endpoints expect a "query" parameter and other expect a "word" parameter. This should be standardized (probably to "query", in order to support multi-word queries)

MrLogarithm commented 4 years ago

Likewise output formats should be standardized: compare list of strings from getNumberSystems vs list of JSON objects from canParse. Endpoints to fix:

MrLogarithm commented 4 years ago

Closing. commodities.json endpoint still needs restructuring but that belongs to issue #12