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
- Host: GitHub
- URL: https://github.com/mendess/rust_pokeapi
- Owner: mendess
- License: mit
- Created: 2018-09-16T09:07:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T09:26:40.000Z (over 6 years ago)
- Last Synced: 2025-02-08T22:45:55.990Z (4 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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