dairdev / PokemonApiDB

API made with python flask using a CSV file as database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokemonApiDB

API build with python Flask using a CSV file as database

API Description

  1. CREATE REST VERB: POST

  2. UPDATE REST VERB: PUT PARAMETER: pokemon_id

  3. DELETE REST VERB: DELETE PARAMETER: pokemon_id

  4. PAGINATE REST VERB: GET PARAMETER: offset PARAMETER: limit

  5. LIST ALL REST VERB: GET

About

API made with python flask using a CSV file as database


Languages

Language:Python 99.0%Language:Shell 1.0%