examples
examples copied to clipboard
ScanAPI examples
Closes #26
## Improve PokèAPI example Current we have the [PokèAPI example](https://github.com/scanapi/examples/tree/master/pokeapi), but it only specifies two requests: `https://pokeapi.co/api/v2/pokemon` and `https://pokeapi.co/api/v2/${pokemon_name}`. It would be nice to have more requests specified. [PokèAPI API...
## Description: The `examples` repository does not yet contain an example of the **demo-api** using **Global Variables**. Adding this will provide users with a ready-to-use reference that complements the documentation...
# Description This issue tracks the creation of an example (using an existing API or introducing a new one) to validate and demonstrate the changes introduced in [the PR](https://github.com/scanapi/scanapi/pull/798) that...