Initial naive implementation will be to attempt to query every endpoint for the thing, and just stop if one is found
Future implementation (in issue #25 ) will have fuzzy searching and reference a list of valid names
Instead of lists, maybe even dictionaries...? Would be interesting to test (or research) the differences in dicts and is in list as lengths scale
Initial naive implementation will be to attempt to query every endpoint for the thing, and just stop if one is found
Future implementation (in issue #25 ) will have fuzzy searching and reference a list of valid names
Instead of lists, maybe even dictionaries...? Would be interesting to test (or research) the differences in dicts and
is in listas lengths scale