{"id":30526190,"url":"https://github.com/unstoppablemango/openapi2go","last_synced_at":"2026-05-18T02:31:52.903Z","repository":{"id":310575272,"uuid":"1039674422","full_name":"UnstoppableMango/openapi2go","owner":"UnstoppableMango","description":"Converts OpenAPI specifications to Go","archived":false,"fork":false,"pushed_at":"2026-05-15T19:18:57.000Z","size":90,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T19:59:19.698Z","etag":null,"topics":["ast","codegen","go","openapi","ux"],"latest_commit_sha":null,"homepage":"","language":"Go","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/UnstoppableMango.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":null,"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":"2025-08-17T18:36:21.000Z","updated_at":"2026-05-15T17:26:46.000Z","dependencies_parsed_at":"2025-08-26T23:49:31.312Z","dependency_job_id":"ccb1295b-9dbe-40e4-809d-ca9491e1b1df","html_url":"https://github.com/UnstoppableMango/openapi2go","commit_stats":null,"previous_names":["unstoppablemango/openapi2go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UnstoppableMango/openapi2go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fopenapi2go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fopenapi2go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fopenapi2go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fopenapi2go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnstoppableMango","download_url":"https://codeload.github.com/UnstoppableMango/openapi2go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnstoppableMango%2Fopenapi2go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["ast","codegen","go","openapi","ux"],"created_at":"2025-08-26T23:40:11.877Z","updated_at":"2026-05-18T02:31:52.897Z","avatar_url":"https://github.com/UnstoppableMango.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi2go\n\nA simple Go code generator for OpenAPI specifications.\n\n## Usage\n\n```text\nGenerate Go code from OpenAPI specifications\n\nUsage:\n  openapi2go [flags]\n\nFlags:\n      --config string          Path to a configuration file\n  -h, --help                   help for openapi2go\n      --output string          Path to the generated code output\n      --package-name string    Name of the output package\n      --specification string   Path to an OpenAPI specification file\n```\n\n### Configuration\n\nConfiguration can be provided with `--config` to customize the generated output.\nCurrently only a few options are supported.\n\n```yaml\npackageName: petstore # The Go package name to use. e.g. `package petstore`\ntypes:                # Override output by type, structure is defined by [config.go](./pkg/config/config.go)\n  Pet:                # Selects the type matching the name defined in '.components.schemas.*'\n    fields:           # Configuration for the fields on `Pet`\n      category:       # Selects the field matching the name defined in '.components.schemas.Pet.properties.*'\n        type: any     # Override the type specified by '.components.schemas.Pet.properties.category.type'\n```\n\n## Build\n\n`make bin/openapi2go`\n\n## Test\n\n`make test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Fopenapi2go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funstoppablemango%2Fopenapi2go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppablemango%2Fopenapi2go/lists"}