@api-emulator/backblaze
v0.1.0
Published
Backblaze B2 provides cloud storage APIs for account authorization, bucket management, and object storage workflows.
Readme
@api-emulator/backblaze
Backblaze B2 provides cloud storage APIs for account authorization, bucket management, and object storage workflows.
Part of api-emulator — local drop-in replacement services for CI and no-network sandboxes.
Install
npm install @api-emulator/backblazeRun
npx -p api-emulator api --plugin ./@backblaze/api-emulator.mjs --service backblazeEndpoints
GET /b2api/v4/b2_authorize_accountGET /b2api/v3/b2_authorize_accountPOST /b2api/v4/b2_list_bucketsPOST /b2api/v4/b2_create_bucketPOST /b2api/v4/b2_delete_bucketGET /backblaze/inspect/state
Auth
Uses fake local credentials only; provide any deterministic bearer token or API key expected by the client under test.
Seed Configuration
backblaze:
# Add provider-specific seed state here.