Skip to content

Instantly share code, notes, and snippets.

@mengdd
mengdd / Endpoints.java
Created June 28, 2016 05:31
Retrofit request to get all endpoints of github
package com.ddmeng.githubclient.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import javax.annotation.Generated;
@Generated("org.jsonschema2pojo")
public class Endpoints {