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

com.meltmedia.cadmium.servlets.jersey.github.GithubApiService Maven / Gradle / Ivy

The newest version!
package com.meltmedia.cadmium.servlets.jersey.github;

import com.meltmedia.cadmium.core.AuthorizationApi;
import com.meltmedia.cadmium.core.github.ApiClient;
import com.meltmedia.cadmium.servlets.jersey.ApiService;

/**
 * com.meltmedia.cadmium.servlets.jersey.github.GithubApiService
 *
 * @author jmcentire
 */
public class GithubApiService implements ApiService {

  @Override
  public AuthorizationApi getAuthorizationApi(String token) throws Exception {
    return new ApiClient(token, false);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy