feat: allow to fetch nodes

This commit is contained in:
Alexander Navarro 2024-11-22 21:05:15 -03:00
parent 3cf643c83d
commit 8af94161ab
8 changed files with 141 additions and 30 deletions

View file

@ -0,0 +1,11 @@
meta {
name: All Pokedex
type: http
seq: 2
}
get {
url: https://pokeapi.co/api/v2/pokedex/
body: none
auth: none
}