-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew feature or requestNew feature or request
Description
At the moment we can see these kinds of code snippets:
//Skip chips, as they are not supported yet
if (counterHrefAttributeValue.contains("chips")) continue;
When adding a LotCounter, we do it this way. This is because the links to Lot and Chip are different and for retrieval we need to take into account whether the link leads to Lot or Chip. Also, Lot and Chip are different FunPay platform objects with different icons.
I suggest to add support for Chip, add a method to FunPayParser to retrieve Chip
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request