{"id":29829159,"url":"https://github.com/beapp/swagger-ui-plugin-wip-operation","last_synced_at":"2025-07-29T08:16:09.076Z","repository":{"id":57375914,"uuid":"362933683","full_name":"BeApp/swagger-ui-plugin-wip-operation","owner":"BeApp","description":"Swagger-ui plugin to visually flag some operation as WIP","archived":false,"fork":false,"pushed_at":"2021-04-30T21:03:20.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T10:11:19.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/BeApp.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-04-29T20:03:10.000Z","updated_at":"2021-04-30T21:03:22.000Z","dependencies_parsed_at":"2022-09-02T19:32:02.699Z","dependency_job_id":null,"html_url":"https://github.com/BeApp/swagger-ui-plugin-wip-operation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BeApp/swagger-ui-plugin-wip-operation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fswagger-ui-plugin-wip-operation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fswagger-ui-plugin-wip-operation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fswagger-ui-plugin-wip-operation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fswagger-ui-plugin-wip-operation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeApp","download_url":"https://codeload.github.com/BeApp/swagger-ui-plugin-wip-operation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fswagger-ui-plugin-wip-operation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267652977,"owners_count":24122101,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2025-07-29T08:15:23.139Z","updated_at":"2025-07-29T08:16:09.069Z","avatar_url":"https://github.com/BeApp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis [Swagger-UI](https://github.com/swagger-api/swagger-ui) plugin allows to mark some path operation as still Work In Progress.\n\nIt works by wrapping the `operation` component with a div and applying custom CSS.\n\n# Installation\n\n```\nnpm i swagger-ui-plugin-wip-operation\n```\n\n# Usage\n\nAdd the plugin in the configuration object of SwaggerUI like this :\n\n```js\nimport { WipOperationPlugin } from 'swagger-ui-plugin-wip-operation';\n\nSwaggerUI({\n  // ...\n  plugins: [\n    WipOperationPlugin\n  ]\n})\n```\n\nTo mark an operation as WIP, you just have to add `x-wip: true` field on your OpenAPI spec :\n\n```yaml\nopenapi: \"3.0.1\"\n# ...\npaths:\n  /my-wip-endpoint:\n    get:\n      x-wip: true\n      summary: \"An endpoint still in specification\"\n      responses:\n        \"200\":\n          description: \"Successful operation\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fswagger-ui-plugin-wip-operation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeapp%2Fswagger-ui-plugin-wip-operation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fswagger-ui-plugin-wip-operation/lists"}