schoolx-ota-manager
Version:
React Native library for managing OTA updates with GitLab integration
12 lines • 430 B
TypeScript
import { BundleConfig } from "../types";
export declare class GitLabService {
private token;
private baseUrl;
private projectId;
private repoFolder;
constructor(token: string, baseUrl: string, projectId: string, repoFolder: string);
private encodeFilePath;
getVersion(): Promise<BundleConfig>;
downloadPlatformBundle(platform: string): Promise<string>;
}
//# sourceMappingURL=GitLabService.d.ts.map