We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21c89f commit 3cf6690Copy full SHA for 3cf6690
1 file changed
README.md
@@ -484,6 +484,14 @@ P.getPokemonByName("butterfree").then(function (response) {
484
})
485
```
486
487
+Use **getPokemonEncounterAreasByName** to return data about the locations a specific pokemon can be caught.
488
+
489
+```js
490
+P.getPokemonEncounterAreasByName("butterfree").then(function (response) {
491
+ console.log(response)
492
+})
493
+```
494
495
Use **getPokemonColorByName** to return data about specific pokemon color.
496
497
```js
0 commit comments