An open API service indexing awesome lists of open source software.

https://github.com/mendess/rust_pokeapi

A pokedex comand-line utility
https://github.com/mendess/rust_pokeapi

Last synced: 2 months ago
JSON representation

A pokedex comand-line utility

Awesome Lists containing this project

README

        

# rust_pokeapi
A [poke_api](https://pokeapi.co) wrapper in rust

## TODO
- Default to lattest generation
- Provide a way to pick a generation

## Ideas
When you fetch an object that has other objects "hanging", provide a method to fetch the full hanging object, for example, if I fetch a Pokemon it comes with it's abilites in a simplified fashion, these abilities should provide a method to get the full ability object