-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Sankarsan Kampa edited this page Dec 16, 2017
·
4 revisions
Welcome to the pokedex.py
wiki! Getting started with this library is a piece of cake.
import pokedex
pokedex = pokedex.client(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 |
import pokedex
pokedex = pokedex.client(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.