{"id":20840317,"url":"https://github.com/kong/go-apiops","last_synced_at":"2026-01-22T12:02:42.723Z","repository":{"id":66222895,"uuid":"585572122","full_name":"Kong/go-apiops","owner":"Kong","description":"Kong's Go based APIOps library","archived":false,"fork":false,"pushed_at":"2026-01-21T16:26:30.000Z","size":527,"stargazers_count":26,"open_issues_count":14,"forks_count":15,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-21T21:20:08.305Z","etag":null,"topics":["api","apiops","golang","kong","oas3","openapi"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Kong.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":"docs/security-o2k.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":"2023-01-05T14:11:53.000Z","updated_at":"2025-11-10T05:25:13.000Z","dependencies_parsed_at":"2023-10-03T17:33:30.680Z","dependency_job_id":"dbc6b15f-2929-491a-9553-8e295f8838e9","html_url":"https://github.com/Kong/go-apiops","commit_stats":null,"previous_names":["kong/kced"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/Kong/go-apiops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fgo-apiops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fgo-apiops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fgo-apiops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fgo-apiops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kong","download_url":"https://codeload.github.com/Kong/go-apiops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kong%2Fgo-apiops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["api","apiops","golang","kong","oas3","openapi"],"created_at":"2024-11-18T01:15:56.176Z","updated_at":"2026-01-22T12:02:42.670Z","avatar_url":"https://github.com/Kong.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-apiops\n\nHome of Kong's Go based APIOps library.\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/kong/go-apiops/test.yml?branch=main\u0026label=Tests)](https://github.com/kong/go-apiops/actions?query=branch%3Amain+event%3Apush)\n[![Lint Status](https://img.shields.io/github/actions/workflow/status/kong/go-apiops/golangci-lint.yml?branch=main\u0026label=Linter)](https://github.com/kong/go-apiops/actions?query=branch%3Amain+event%3Apush)\n[![codecov](https://codecov.io/gh/Kong/go-apiops/branch/main/graph/badge.svg?token=8XTDGNP8VW)](https://codecov.io/gh/Kong/go-apiops)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kong/go-apiops)](https://goreportcard.com/report/github.com/kong/go-apiops)\n[![SemVer](https://img.shields.io/github/v/tag/kong/go-apiops?color=brightgreen\u0026label=SemVer\u0026logo=semver\u0026sort=semver)](https://github.com/Kong/go-apiops/releases)\n[![License](https://img.shields.io/github/license/Kong/go-apiops)](LICENSE)\n\n## What is APIOps\n\nAPI Lifecycle Automation, or APIOps, is the process of applying API best practices via automation frameworks.\nThis library contains functions to aid the development of tools to apply APIOps to Kong Gateway deployments.\n\nSee the [Kong Blog](https://konghq.com/blog/tag/apiops) for more information on APIOps concepts.\n\n## What is this library?\n\nThe [go-apiops](https://github.com/Kong/go-apiops) library provides a set of tools (generation and transformation)\nfor working with API specifications and [Kong Gateway](https://docs.konghq.com/gateway/latest/) declarative configurations.\nConceptually, these tools are intended to be organized into a pipeline of individual steps configured for a particular\nusers needs. The overall purpose of the library is to enable users to build a CI/CD workflow which deliver APIs from\nspecification to deployment. This pipeline design allows users to customize the delivery of APIs based on their specific needs.\n\n## What is the current status of this library?\n\nThe library is an [Apache 2.0 license](LICENSE).\nThe library functionality will be be made available through\nthe [deck](https://docs.konghq.com/deck/latest/) cli tool.\n\n## Installation \u0026 Usage\n\nCurrently, the functionality is released as a library and as part of the [decK](https://github.com/Kong/deck) CLI tool. The repository also contains a CLI named `go-apiops` for local testing.\nFor general CLI usage, the [decK tool](https://docs.konghq.com/deck/latest/) should be used.\n\n### Local Build\n\n* make sure [Go-lang tools](https://go.dev/doc/install) are installed\n* Checkout the Git repository (switch to a specific tag to select a version if required)\n* use the makefile to build the project via `make build`\n\n## Reporting issues\n\nIssues using the `go-apiops` CLI or the library can be reported in the [Github repo](https://github.com/Kong/go-apiops/issues).\n\n## Releasing new versions\n\nThe releases are automated. To create a new release:\n\n* tag at the desired place to release\n\n  ``` bash\n  git tag vX.Y.Z\n  ```\n\n* push the tag and CI will create a new release\n\n  ```bash\n  git push vX.Y.Z\n  ```\n\n* verify the release on [the releases page](https://github.com/Kong/go-apiops/releases), possibly edit the release-notes (which will be generated from the commit history)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkong%2Fgo-apiops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkong%2Fgo-apiops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkong%2Fgo-apiops/lists"}