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

enterprises.orbital.evexmlapi.act.IAccountAPI Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.evexmlapi.act;

import java.io.IOException;
import java.util.Collection;

import enterprises.orbital.evexmlapi.IResponse;

public interface IAccountAPI extends IResponse {

  public IAccountStatus requestAccountStatus() throws IOException;

  public Collection requestCharacters() throws IOException;

  public IAPIKeyInfo requestAPIKeyInfo() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy