File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -33,39 +33,6 @@ dependencies {
3333}
3434```
3535
36- ### Maven
37-
38- ```
39- <dependency>
40- <groupId>dev.sargunv.pokekotlin</groupId>
41- <artifactId>pokekotlin</artifactId>
42- <version>VERSION</version>
43- </dependency>
44- ```
45-
4636## Usage
4737
48- See the usage examples below. For more info, see the
49- [ API Reference] ( https://pokeapi.github.io/pokekotlin/api/ ) .
50-
51- ### Java
52-
53- ``` java
54- public class Example {
55- public static void main (String [] args ) {
56- PokeApi pokeApi = new PokeApiClient ();
57- PokemonSpecies bulbasaur = pokeApi. getPokemonSpecies(1 );
58- System . out. println(bulbasaur);
59- }
60- }
61- ```
62-
63- ### Kotlin
64-
65- ``` kotlin
66- fun main (args : Array <String >) {
67- val pokeApi = PokeApiClient ()
68- val bulbasaur = pokeApi.getPokemonSpecies(1 )
69- println (bulbasaur)
70- }
71- ```
38+ See the [ API Reference] ( https://pokeapi.github.io/pokekotlin/api/ ) .
You can’t perform that action at this time.
0 commit comments