Skip to content

tcgdex/swift-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCGDex Swift

The SDK provides objects that model the tcgdex data and a service to access them via.

Documentation

The full API/SDK documentation in progress at API Documentation - TCGdex

Installation

Add https://github.com/tcgdex/tcgdex-swift as Package Dependency in XCode

Usage

import TCGDex


let api = TCGDex(lang: .English)

api.cards() // Fetch all cards
api.card(id: "id") // Fetch a card
api.sets() // Fetch all the sets
api.set(id: "id") // Fet a set
api.series() // Fetch all the series 
api.serie(id: "id") // Fetch a serie

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages