Skip to content

Commit fd09ac7

Browse files
committed
Updated limit and readme
1 parent e0a6f98 commit fd09ac7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project will be helpful for many things both Pokémon and Tech, building wi
1313
<img src="https://raw.githubusercontent.com/mike14u/pokedex/main/images/gif.gif" height="800" />
1414

1515
### Pokédex Features
16-
* **List of Pokémon:** #1010 as of the moment since the 5 others are newly released no further info is provided
16+
* **List of Pokémon:** #1025 Official Species and all the other variants including regional variants, mega evolutions and gigantamax forms
1717
* **Shiny Pokémon Image:** Get to see what their shiny form looks like in the details page
1818
* **Search Pokémon:** Either search by their name or number
1919
* **Responsive Layout:** Supports both portrait and landscape orientation

core/network/src/main/java/com/mikelau/core/network/ApiService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface ApiService {
1010
// https://pokeapi.co/api/v2/pokemon/?offset=0&limit=1010
1111
// https://pokeapi.co/api/v2/pokemon/1
1212
// #1010 Official Count of Pokemon as of 07-28-2023
13-
@GET("pokemon/?offset=0&limit=1010")
13+
@GET("pokemon/?offset=0&limit=2000")
1414
suspend fun getPokemonList(): PokemonListResponse
1515

1616
@GET("pokemon/{id}")

0 commit comments

Comments
 (0)