Skip to content
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.

Pokedex

Constructor

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

Example

from pokedex import pokedex

pokedex = pokedex.Pokedex(version='v1', user_agent='ExampleApp (https://example.com, v2.0.1)')

Available Endpoints

Click on the endpoint to see available methods and it's usage and examples.

Clone this wiki locally