PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
172 stars 43 forks source link

Documentation #29

Open sargunv opened 8 years ago

sargunv commented 8 years ago

This library should have a more detailed documentation and some examples.

EDIT: Should do this after 2.0.0

Mathreyu commented 6 years ago

hey there, is anyone working on this still?

sargunv commented 6 years ago

Sorry, I’ve been busy lately. Is there something specific you need? I can probably take a look this weekend.

Mathreyu commented 6 years ago

hey, dont sweat it :) I was just trying to make an app on kotlin using this library, but the lack of documentation is making it hard to use. When I'm done with it I might upload it as an example of usage.

sargunv commented 6 years ago

The functions should correspond 1:1 with the PokeApi documentation.

You may find these helpful:

Let me know if you have any questions, so I know what’s most important to document.

sargunv commented 4 years ago

This'll be fun to have in the documentation if I ever get around to writing it: https://blog.jetbrains.com/kotlin/2018/04/embedding-kotlin-playground/