{"id":26256582,"url":"https://github.com/netcracker/qubership-apihub","last_synced_at":"2026-04-09T13:00:11.297Z","repository":{"id":270038454,"uuid":"907797170","full_name":"Netcracker/qubership-apihub","owner":"Netcracker","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-26T10:07:34.000Z","size":4932,"stargazers_count":12,"open_issues_count":182,"forks_count":5,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-27T22:09:06.355Z","etag":null,"topics":["apihub","qubership-apihub"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcracker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-24T12:11:47.000Z","updated_at":"2025-12-26T10:07:37.000Z","dependencies_parsed_at":"2024-12-27T23:37:00.903Z","dependency_job_id":"0d7d74dc-5088-4d75-9cea-7631e372c11e","html_url":"https://github.com/Netcracker/qubership-apihub","commit_stats":null,"previous_names":["netcracker/qubership-apihub"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Netcracker/qubership-apihub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-apihub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-apihub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-apihub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-apihub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcracker","download_url":"https://codeload.github.com/Netcracker/qubership-apihub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-apihub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29163739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apihub","qubership-apihub"],"created_at":"2025-03-13T20:18:33.704Z","updated_at":"2026-04-09T13:00:11.280Z","avatar_url":"https://github.com/Netcracker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qubership APIHUB\n\n**Qubership APIHUB** (QS-APIHUB) is a comprehensive solution designed to achieve the following goals:\n\n1. Increase quality and completeness of API documentation\n1. Provide a single point of truth for API Documentation\n1. Integrate the product into existing workflows to boost productivity\n1. Automate API backward compatibility validation with possibility to integrate it into CI/CD pipeline\n\nIt provides the following features\n\n- Product API Catalog with versioning\n- Rest API Support\n- Import API from Swagger 2 / OpenApi 3.x\n- Compare API\n- Backward compatibility check\n- Deprecated API tracking\n- GraphQL support (beta)\n\n## Modules\n\n### High Level architecture\n\n![APIHUB arch](./docs/images/arch.png)\n\n### API Registry\n\nThe **API Registry** is a backend component that serves as a centralized repository for storing and managing API data. It stores API operations, documentation, metadata, and other relevant information.\n\nSee [qubership-apihub-backend](https://github.com/Netcracker/qubership-apihub-backend)\n\n### Builder Service\n\n**Builder Service** is responsible for validating and transforming uploaded API documents into a unified format. It supports various API document formats, such as Swagger, OpenAPI and GraphQL.\n\nSee [qubership-apihub-build-task-consumer](https://github.com/Netcracker/qubership-apihub-build-task-consumer)\n\n### Web Portal\n\nThe **Web Portal** provides a user-friendly interface for interacting with the API Registry and accessing API documentation. It offers features such as search functionality, documentation browsing.\n\nSee [qubership-apihub-ui](https://github.com/Netcracker/qubership-apihub-ui)\n\n\n### Out of the box add ons\n\nSee [APIHUB Wiki](https://github.com/Netcracker/qubership-apihub/wiki#supplementary-applications) for APIHUB add-ons architecture\n\n#### API Linter service\n\nThe **API Linter service** is a pluggable add-on (included into OOB delivery be default) which enrich APIHUB Portal with an ability to do linting of API specification using third-party linting engine (spectral)\n\nSee [qubership-api-linter-service](https://github.com/Netcracker/qubership-api-linter-service)\n\n#### APIHUB Agents backend\n\nA Go-based microservice that provides management and orchestration capabilities for [Qubership APIHUB agents](https://github.com/Netcracker/qubership-apihub-agent)\nThis service handles agent registration, service discovery, snapshot management, and security checks.\n\nSee [qubership-apihub-agents-backend](https://github.com/Netcracker/qubership-apihub-agents-backend)\n\n## Documentation\n\n### [Internal Wiki](https://github.com/Netcracker/qubership-apihub/wiki)\n\n### Installation Guide\n\n[Installation Guide](./docs/installation-guide.md)\n\n### Administration Guide\n\n[Administration Guide](./docs/admin-guide.md)\n\n### User Guide\n\n[User Guide](./docs/user-guide.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-apihub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcracker%2Fqubership-apihub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-apihub/lists"}