SpecifyClient
The main Specify client to interact with Specify repositories and the SDTF token tree.
Properties
isAuthenticated
Methods
authenticate
authenticate(personalAccessToken: string): Promise<void>;whoAmI
whoAmI(): {
email: string;
id: string;
username: string;
fullname: string;
organizations: {
id: string;
namespace: string;
domain: string | null;
}[];
} | null;logout
getRepositories
getSDTFClientByRepositoryName
transformTokenTreeWithRemoteParsers
Last updated
Was this helpful?