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
At the moment we can see these kinds of code snippets:
When adding a
LotCounter, we do it this way. This is because the links toLotandChipare different and for retrieval we need to take into account whether the link leads toLotorChip. Also,LotandChipare different FunPay platform objects with different icons.I suggest to add support for
Chip, add a method toFunPayParserto retrieveChip