UNPKG

scryfall-client

Version:
6 lines (5 loc) 182 B
/* Catalog - https://scryfall.com/docs/api/catalogs */ import { get } from "../lib/api-request"; export function getCatalog(catalog) { return get("/catalog/".concat(catalog)); }