## Fixes in NodeNorm ES - [x] Fix `curie` -> `curies` in the POST request (it's still `curie` in the GET request unfortunately) - [x] GET endpoint should work (e.g. https://biothings.ci.transltr.io/nodenorm/get_normalized_nodes?curie=CHEBI:15377 should work) - [x] Add set_id endpoints (https://github.com/NCATSTranslator/NodeNormalization/blob/master/node_normalizer/set_id.py) - [x] https://github.com/biothings/pending.api/issues/314 - [x] https://github.com/biothings/pending.api/issues/315 - [x] https://github.com/biothings/pending.api/issues/316 - [ ] Return the taxa for cliques if one is present ## Tests needed in [Babel Validation](https://github.com/TranslatorSRI/babel-validation) - [x] Copy set_id tests to babel-validation. - [x] Add tests for types (both for complicated cases and especially for conflations) See also: https://github.com/NCATSTranslator/NodeNormalization/issues/332