feat: allow to fetch collections

This commit is contained in:
Alexander Navarro 2024-11-21 20:27:57 -03:00
parent 01086d12c9
commit 8c660053e5
7 changed files with 147 additions and 83 deletions

View file

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