This commit is contained in:
2025-03-10 22:14:46 +02:00
parent bea73f0115
commit 0148583f5b
5 changed files with 144 additions and 6 deletions

5
pokeapi/pokeapi.go Normal file
View File

@@ -0,0 +1,5 @@
package pokeapi
const (
baseURL = "https://pokeapi.co/api/v2"
)