We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8fb60 commit 3040655Copy full SHA for 3040655
Project.toml
@@ -1,5 +1,5 @@
1
name = "Scryfall"
2
-uuid = "2741ddfe-b610-11e8-0c5b-c95511f51f88"
+uuid = "26fa0e40-23c6-5e70-8e5d-49a8a0c72583"
3
authors = ["Moelf <jerryling315@gmail.com>"]
4
version = "0.1.1"
5
src/Scryfall.jl
@@ -52,7 +52,7 @@ function getRaw(fuzzyName::AbstractString;kwargs...)
52
fuzzyRequest = HTTP.request("GET","https://api.scryfall.com/cards/named?set=&fuzzy=$fuzzyName")
53
end
54
cardDict = JSON.parse(String(fuzzyRequest.body)) #return a dictonary for wrapper functions to use
55
- JSON.print(cardDict, 2)
+ #= println(cardDict["name"]) =#
56
return cardDict
57
58
0 commit comments