com.chrisdempewolf.pinterest.responses.user.Counts.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pinterest-sdk Show documentation
Show all versions of pinterest-sdk Show documentation
An SDK for Pinterest's version 1.0 API.
package com.chrisdempewolf.pinterest.responses.user
data class Counts(val pins: Int, val following: Int, val followers: Int, val boards: Int, val likes: Int)