diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pokedex.rkt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt index e1fad97..f014f0c 100644 --- a/src/pokedex.rkt +++ b/src/pokedex.rkt @@ -52,5 +52,6 @@ (hash-ref (inspector (dex-entry 5)) "types") ;; struggling to figure out how to access the nested hash tables stats and types... - +;; the other option not yet considered is to make individual API calls for each bit of data, rather than 1 call and plucking out the data I want. +;; this may lead to an easier data shape, but means a lot more network traffic. |