mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
* feat: testing * feat: auto-fix dead apis * fix: mock works * feat: new fixtures * fix: more clouds tested * fix: dry run fix * fix: civo valid size * fix: civo result wait * feat: fixtures * feat: per cloud agent
13 lines
718 B
JSON
13 lines
718 B
JSON
{
|
|
"cloud": "digitalocean",
|
|
"recorded_at": "2026-02-11T03:07:38Z",
|
|
"fixtures": {
|
|
"account": {"endpoint": "/account", "recorded_at": "2026-02-11T03:07:30Z"},
|
|
"ssh_keys": {"endpoint": "/account/keys", "recorded_at": "2026-02-11T03:07:30Z"},
|
|
"droplets": {"endpoint": "/droplets", "recorded_at": "2026-02-11T03:07:31Z"},
|
|
"sizes": {"endpoint": "/sizes", "recorded_at": "2026-02-11T03:07:31Z"},
|
|
"regions": {"endpoint": "/regions", "recorded_at": "2026-02-11T03:07:32Z"},
|
|
"create_server": {"endpoint": "POST /droplets", "type": "live", "recorded_at": "2026-02-11T03:07:34Z"},
|
|
"delete_server": {"endpoint": "DELETE /droplets/{id}", "type": "live", "recorded_at": "2026-02-11T03:07:38Z"}
|
|
}
|
|
}
|