Skip to content

codetreats/etsy-kotlin

Repository files navigation

etsy-kotlin

Etsy-Kotlin is a library that can be used to access the REST-API of ETSY.

NOTE: The author of this library is not related to Etsy Ireland UC. It is a community project and serves only to simplify access to the ETSY Api.

Example Usage

val etsyClient = EtsyClient("https://openapi.etsy.com/v3/application", System.getenv("ETSY_APIKEY"), System.getenv("ETSY_ACCESS_TOKEN"))
val etsyApi = EtsyApi(etsyClient)

About

a kotlin library to talk to the ETSY API V3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages