@@ -130,21 +130,27 @@ kubectl wait --namespace pokeapi --timeout=120s --for=condition=complete job/loa
130130
131131This k8s setup creates all k8s resources inside the _Namespace_ ` pokeapi` , run ` kubectl delete namespace pokeapi` to delete them. It also creates a _Service_ of type ` LoadBalancer` which is exposed on port ` 80` and ` 443` . Data is persisted on ` 12Gi` of ` ReadWriteOnce` volumes.
132132
133- # # Official REST Wrappers
134-
135- * Node server-side [PokeAPI/pokedex-promise-v2](https://github.com/PokeAPI/pokedex-promise-v2) | _Auto caching_
136- * Browser client-side [PokeAPI/pokeapi-js-wrapper](https://github.com/PokeAPI/pokeapi-js-wrapper) | _Auto caching_
137- * Java/Kotlin [PokeAPI/pokekotlin](https://github.com/PokeAPI/pokekotlin)
138- * Python 3 [GregHilmes/pokebase](https://github.com/GregHilmes/pokebase) | _Auto caching_
139- * Python 2/3 [PokeAPI/pokepy](https://github.com/PokeAPI/pokepy) | _Auto caching_
140- * PHP [lmerotta/phpokeapi](https://github.com/lmerotta/phpokeapi) | _Auto caching, lazy loading_
141- * Ruby [rdavid1099/poke-api-v2](https://github.com/rdavid1099/poke-api-v2)
142- * .Net Standard [mtrdp642/PokeApiNet](https://github.com/mtrdp642/PokeApiNet) | _Auto caching_
143- * Go [mtslzr/pokeapi-go](https://github.com/mtslzr/pokeapi-go) | _Auto caching_
144- * Dart [prathanbomb/pokedart](https://github.com/prathanbomb/pokedart)
145- * Rust [lunik1/pokerust](https://gitlab.com/lunik1/pokerust) | _Auto caching_
146- * Spring Boot [dlfigueira/spring-pokeapi](https://github.com/dlfigueira/spring-pokeapi) | _Auto caching_
147- * Swift [kinkofer/PokemonAPI](https://github.com/kinkofer/PokemonAPI)
133+ # # Wrappers
134+
135+ | Official wrapper | Repository | Features |
136+ | --- | --- | --- |
137+ | Node server-side | [PokeAPI/pokedex-promise-v2](https://github.com/PokeAPI/pokedex-promise-v2) | _Auto caching_ |
138+ | Browser client-side | [PokeAPI/pokeapi-js-wrapper](https://github.com/PokeAPI/pokeapi-js-wrapper) | _Auto caching_, _Image caching_ |
139+ | Java/Kotlin | [PokeAPI/pokekotlin](https://github.com/PokeAPI/pokekotlin) | |
140+ | Python 2/3 | [PokeAPI/pokepy](https://github.com/PokeAPI/pokepy) | _Auto caching_ |
141+ | Python 3 | [PokeAPI/pokebase](https://github.com/PokeAPI/pokebase) | _Auto caching_, _Image caching_ |
142+
143+ | Wrapper | Repository | Features |
144+ | --- | --- | --- |
145+ | PHP | [lmerotta/phpokeapi](https://github.com/lmerotta/phpokeapi) | _Auto caching, lazy loading_ |
146+ | Ruby | [rdavid1099/poke-api-v2](https://github.com/rdavid1099/poke-api-v2) | |
147+ | .Net Standard | [mtrdp642/PokeApiNet](https://github.com/mtrdp642/PokeApiNet) | _Auto caching_ |
148+ | Go | [mtslzr/pokeapi-go](https://github.com/mtslzr/pokeapi-go) | _Auto caching_ |
149+ | Dart | [prathanbomb/pokedart](https://github.com/prathanbomb/pokedart) | |
150+ | Rust | [lunik1/pokerust](https://gitlab.com/lunik1/pokerust) | _Auto caching_ |
151+ | Spring Boot | [dlfigueira/spring-pokeapi](https://github.com/dlfigueira/spring-pokeapi) | _Auto caching_ |
152+ | Swift | [kinkofer/PokemonAPI](https://github.com/kinkofer/PokemonAPI) | |
153+ | Typescript server-side/client-side | [Gabb-c/Pokenode-ts](https://github.com/Gabb-c/pokenode-ts) | _Auto caching_ |
148154
149155# # Donations
150156
0 commit comments