You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 scaleThe text was updated successfully, but these errors were encountered: