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

Pokedex

Constructor

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

Example

import pokedex

pokedex = pokedex.client(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