All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.api.ApiConstants Maven / Gradle / Ivy

package com.github.api;

/**
 * @author cristian
 * @version 1.0
 */
public class ApiConstants {
    public static final String API_URL = "https://api.github.com/%s";
    public static final String GET_USER = "users/%s";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy