{"id":22618924,"url":"https://github.com/0xvbetsun/koa-asyncapi","last_synced_at":"2026-05-18T19:46:46.123Z","repository":{"id":37955142,"uuid":"435402675","full_name":"0xvbetsun/koa-asyncapi","owner":"0xvbetsun","description":"AsyncAPI middleware for koa","archived":false,"fork":false,"pushed_at":"2023-11-13T18:07:50.000Z","size":90,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T03:56:36.250Z","etag":null,"topics":["asyncapi","docs","koa","koa2","middleware"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xvbetsun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-06T07:38:33.000Z","updated_at":"2021-12-29T05:49:57.000Z","dependencies_parsed_at":"2024-11-14T21:41:33.802Z","dependency_job_id":"e9e980a2-7122-43f8-9bca-21b6ca3dd8cc","html_url":"https://github.com/0xvbetsun/koa-asyncapi","commit_stats":null,"previous_names":["0xvbetsun/koa-asyncapi","vbetsun/koa-asyncapi"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/0xvbetsun/koa-asyncapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Fkoa-asyncapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Fkoa-asyncapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Fkoa-asyncapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Fkoa-asyncapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xvbetsun","download_url":"https://codeload.github.com/0xvbetsun/koa-asyncapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xvbetsun%2Fkoa-asyncapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269527568,"owners_count":24432442,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["asyncapi","docs","koa","koa2","middleware"],"created_at":"2024-12-08T21:12:06.761Z","updated_at":"2026-05-18T19:46:41.102Z","avatar_url":"https://github.com/0xvbetsun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Koa AsyncAPI\n\n![CI](https://github.com/VBetsun/koa-asyncapi/workflows/CI/badge.svg)\n[![Known Vulnerabilities](https://snyk.io/test/github/VBetsun/koa-asyncapi/badge.svg)](https://snyk.io/test/github/VBetsun/koa-asyncapi)\n[![Coverage Status](https://coveralls.io/repos/github/VBetsun/koa-asyncapi/badge.svg?branch=master)](https://coveralls.io/github/VBetsun/koa-asyncapi?branch=master)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) \n\n[AsyncAPI](https://www.asyncapi.com/) middleware for [koa](https://koajs.com/)\n\n## Install\n\n```sh\nnpm i @asyncapi/generator @asyncapi/html-template koa-asyncapi\n```\n\n## Usage\n\n```javascript\nimport Koa from 'koa'\nimport { koaAsyncAPI } from 'koa-asyncapi'\n\nconst app = new Koa()\n\napp.use(koaAsyncAPI())\n\napp.listen(3000)\n```\n### Middleware options\n\n\n| Option   | Type     | Default Value  | Description                                     |\n| -------- | -------- | ---------------|------------------------------------------------ |\n| filePath | string?  | 'asyncapi.yaml'| path to the AsyncAPI specification              |\n| endpoint | string?  | '/asyncapi'    | endpoint where documentation will be available  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvbetsun%2Fkoa-asyncapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xvbetsun%2Fkoa-asyncapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xvbetsun%2Fkoa-asyncapi/lists"}