Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmbowdish authored Feb 27, 2018
1 parent 02db7f4 commit 3267d03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ These are some functions you can call which will handle information from Scryfal

### Get a Card
Swiftfall.getCard(fuzzy:String) -> Card? _(Fuzzy search)_

Swiftfall.getCard(exact:String) -> Card? _(Exact search)_

Swiftfall.getRandomCard() -> Card? _(Random Card)_

### Get a list of Cards
Swiftfall.getCardList() -> CardList? _(The first page)_

Swiftfall.getCardList(page:Int) -> CardList? _(Loads a specific page)_

### Get a Set
Expand Down

0 comments on commit 3267d03

Please sign in to comment.