com.uwetrottmann.getglue.entities.GetGlueInteractionResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getglue-java Show documentation
Show all versions of getglue-java Show documentation
A Java wrapper around the v3 API of tvtag (formerly GetGlue) using retrofit.
package com.uwetrottmann.getglue.entities;
public class GetGlueInteractionResource {
public GetGlueInteraction interaction;
}