generated from alecodes/base-template
15 lines
165 B
Text
15 lines
165 B
Text
meta {
|
|
name: Pokemon from Pokedex
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: https://pokeapi.co/api/v2/pokedex/:id
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|