Files
sherlock/sherlock_project
dollaransh17 c5e209d78e fix(sites): Implement BoardGameGeek API detection as suggested
Using the API endpoint suggested by akh7177:
https://api.geekdo.com/api/users?username={}

However, there's an edge case where valid users contain empty arrays
in their JSON response (adminBadges[], userMicrobadges[], supportYears[])
which causes Sherlock's substring matching to incorrectly flag them
as 'not found' when looking for the '[]' error pattern.

The API correctly returns:
- Valid user: JSON object with user data (but contains [] substrings)
- Invalid user: Exactly '[]' (2 characters total)

This needs further refinement to distinguish between the exact '[]'
response vs JSON containing '[]' substrings.
2025-10-04 11:23:55 +05:30
..
2025-09-17 17:47:45 -04:00
2024-08-23 01:15:47 -04:00
2024-06-24 16:40:03 -04:00
2024-08-27 22:32:48 -04:00
2024-06-24 16:40:03 -04:00
2025-09-15 21:56:54 -04:00