algolia / algoliasearch-client-swift

โšก๏ธ A fully-featured and blazing-fast Swift API client to interact with Algolia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-optional fields in ABTestResponse.Variant

VladislavFitz opened this issue ยท comments

Describe the bug ๐Ÿ›

The following fields of ABTestResponse.Variant are typed as non-optional that may lead to parsing errors

  • clickCount
  • conversionCount
  • description

Described here