Holding lorcana data only
implementation("eu.codlab:lorcana-data:$version")This will work on the following platforms :
- Mobile (Android/iOS)
- Web (js)
- Native (MacOS/Linux/Windows)
- JVM (MacOS/Linux/Windows)
RequestLoader gives all the various method to access the information:
RequestLoader.categories()RequestLoader.groups(categoryId)RequestLoader.products(categoryId, groupId)RequestLoader.prices(categoryId, groupId)
Categories
- categoryId: Int
- name: String
- modifiedOn: String
- displayName: String
- seoCategoryName: String
- categoryDescription: String
- categoryPageTitle: String
- sealedLabel: String
- nonSealedLabel: String
- conditionGuideUrl: String
- isScannable: Boolean
- popularity: Long
- isDirect: Boolean
Group
- groupId: Int
- name: String
- abbreviation: String
- isSupplemental: Boolean
- publishedOn: String
- modifiedOn: String
- categoryId: Int
Product
- productId: Int
- categoryId: Int
- groupId: Int
- number: Int
Price
- productId: Int
- lowPrice: Double
- midPrice: Double
- highPrice: Double
- marketPrice: Double
- directLowPrice: Double?
- subTypeName: String