{"id":18428317,"url":"https://github.com/airtoxin/astronautica","last_synced_at":"2025-04-13T20:54:49.438Z","repository":{"id":37176986,"uuid":"437800347","full_name":"airtoxin/astronautica","owner":"airtoxin","description":"postman alternative with better scripting experience","archived":false,"fork":false,"pushed_at":"2023-01-08T03:08:21.000Z","size":4389,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T20:54:46.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airtoxin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-13T08:54:17.000Z","updated_at":"2022-01-17T11:58:55.000Z","dependencies_parsed_at":"2023-02-08T04:32:06.444Z","dependency_job_id":null,"html_url":"https://github.com/airtoxin/astronautica","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtoxin%2Fastronautica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtoxin%2Fastronautica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtoxin%2Fastronautica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtoxin%2Fastronautica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airtoxin","download_url":"https://codeload.github.com/airtoxin/astronautica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782282,"owners_count":21160716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T05:13:24.477Z","updated_at":"2025-04-13T20:54:49.410Z","avatar_url":"https://github.com/airtoxin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astronautica\n\n## 📦 Install\n\n```shell\nnpm install -D astronautica\n# or using yarn\n# yarn add -D astronautica\n```\n\n## ⚙️ Usage\n\n```shell\n# Open Astronautica devtool\nyarn astro open\n# Run test\nyarn astro run\n```\n\n```typescript\nimport { request } from \"@astronautica/core\";\ndescribe(\"My API v3\", () =\u003e {\n  it(\"List users\", async () =\u003e {\n    await request(\"/path/to/api\", {\n      method: \"POST\",\n      headers: {\n        \"Content-Type\": \"application/json\",\n      },\n      body: JSON.stringify({ hello: \"world!\" }),\n    }).test((res) =\u003e {\n      expect(res.status).toBe(200);\n    });\n  });\n});\n```\n\n## ⚒️ Development\n\n```shell\nyarn\nyarn dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtoxin%2Fastronautica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairtoxin%2Fastronautica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtoxin%2Fastronautica/lists"}