@yaghmori/storage-service
v0.3.0
Published
Client SDK for storage-service — upload, signed URLs, processor results, TCP/Kafka
Downloads
2,218
Readme
@yaghmori/storage-service
Configurable client for storage-service (HTTP · TCP · Kafka · auth).
Docs
- docs/PROTOCOL_GUIDE.md — full HTTP / TCP / Kafka for Node and .NET
- docs/USAGE.md — practical usage
- docs/NUGET_TRUSTED_PUBLISHING.md — publish
Yaghmori.StorageServicewithout API keys
SDKs: npm · sdk/dotnet
import { createStorageHttpClient } from "@yaghmori/storage-service";
const storage = createStorageHttpClient({
baseUrl: process.env.STORAGE_SERVICE_URL,
auth: { apiKey: process.env.STORAGE_SERVICE_API_KEY! },
});