@julesl23/s5js
Version:
Enhanced TypeScript SDK for S5 decentralized storage with path-based API, media processing, and directory utilities
14 lines • 371 B
TypeScript
export declare class S5Portal {
readonly protocol: string;
readonly host: string;
readonly headers: {
[key: string]: string;
};
constructor(protocol: string, host: string, headers: {
[key: string]: string;
});
apiURL(path: string, params?: {
[key: string]: string;
}): string;
}
//# sourceMappingURL=portal.d.ts.map