@api-emulator/digitalocean
v0.1.0
Published
DigitalOcean provides cloud infrastructure APIs for accounts, projects, droplets, networking, and managed resources.
Downloads
99
Readme
@api-emulator/digitalocean
DigitalOcean provides cloud infrastructure APIs for accounts, projects, droplets, networking, and managed resources.
Part of api-emulator — local drop-in replacement services for CI and no-network sandboxes.
Install
npm install @api-emulator/digitaloceanRun
npx -p api-emulator api --plugin ./@digitalocean/api-emulator.mjs --service digitaloceanEndpoints
GET /v2/accountGET /v2/projectsPOST /v2/projectsGET /v2/projects/:projectIdGET /v2/dropletsGET /v2/droplets/:dropletIdGET /digitalocean/inspect/state
Auth
Uses fake local credentials only; provide any deterministic bearer token or API key expected by the client under test.
Seed Configuration
digitalocean:
# Add provider-specific seed state here.