SetIdentityUtils

Utility functions for accessing Set identity properties.

Usage:

import { SetIdentityUtils } from '@devmugi/scryfall-api';

const name = SetIdentityUtils.getName(set);

Functions

Link copied to clipboard
fun getArenaCode(set: Set): String?
Link copied to clipboard
fun getBlock(set: Set): String?
Link copied to clipboard
fun getBlockCode(set: Set): String?
Link copied to clipboard
fun getCode(set: Set): String
Link copied to clipboard
fun getId(set: Set): String
Link copied to clipboard
fun getMtgoCode(set: Set): String?
Link copied to clipboard
fun getName(set: Set): String
Link copied to clipboard
fun getReleasedAt(set: Set): String?
Link copied to clipboard
fun getSetType(set: Set): String
Link copied to clipboard
fun getTcgplayerId(set: Set): Int?