-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Sankarsan Kampa edited this page Mar 21, 2018
·
4 revisions
Welcome to the pokedex.py
wiki! Getting started with this library is a piece of cake.
from pokedex import pokedex
pokedex = pokedex.Pokedex(version, user_agent)
Parameter | Type | Optional | Default | Description |
---|---|---|---|---|
version | String |
✔ | latest | The version of the Pokedex API |
user_agent | String |
✔ | none | The User-Agent header for the HTTP request |
from pokedex import pokedex
pokedex = pokedex.Pokedex(version='v1', user_agent='ExampleApp (https://example.com, v2.0.1)')
Click on the endpoint to see available methods and it's usage and examples.