{"id":13413516,"url":"https://github.com/neotoolkit/openapi","last_synced_at":"2025-03-14T19:32:29.833Z","repository":{"id":37941374,"uuid":"451061914","full_name":"neotoolkit/openapi","owner":"neotoolkit","description":"OpenAPI 3.x parser","archived":true,"fork":false,"pushed_at":"2023-05-19T22:58:47.000Z","size":51,"stargazers_count":10,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-31T20:52:32.090Z","etag":null,"topics":[],"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/neotoolkit.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.go","support":null,"governance":null}},"created_at":"2022-01-23T09:49:54.000Z","updated_at":"2023-11-11T15:55:49.000Z","dependencies_parsed_at":"2023-07-12T21:30:33.843Z","dependency_job_id":null,"html_url":"https://github.com/neotoolkit/openapi","commit_stats":null,"previous_names":["go-dummy/openapi"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotoolkit%2Fopenapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotoolkit%2Fopenapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotoolkit%2Fopenapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neotoolkit%2Fopenapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neotoolkit","download_url":"https://codeload.github.com/neotoolkit/openapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635500,"owners_count":20322950,"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","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":"2024-07-30T20:01:42.164Z","updated_at":"2025-03-14T19:32:29.527Z","avatar_url":"https://github.com/neotoolkit.png","language":"Go","readme":"# OpenAPI\n\n[![build-img]][build-url]\n[![pkg-img]][pkg-url]\n[![reportcard-img]][reportcard-url]\n[![coverage-img]][coverage-url]\n[![version-img]][version-url]\n\nOpenAPI specification object model\n\n## Features\n- Easy to integrate.\n\n## Installation\n```shell\ngo get github.com/neotoolkit/openapi\n```\n\n## Usage\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"log\"\n\n\t\"github.com/neotoolkit/openapi\"\n)\n\nfunc main() {\n\tfile, err := ioutil.ReadFile(\"openapi.yml\")\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\n\toapi, err := openapi.Parse(file)\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\t\n\tfmt.Println(oapi.OpenAPI)\n}\n\n```\n\n## Documentation\n\nSee [these docs][pkg-url].\n\n## License\n\n[MIT License](LICENSE).\n\n[build-img]: https://github.com/neotoolkit/openapi/workflows/build/badge.svg\n[build-url]: https://github.com/neotoolkit/openapi/actions\n[pkg-img]: https://pkg.go.dev/badge/neotoolkit/openapi\n[pkg-url]: https://pkg.go.dev/github.com/neotoolkit/openapi\n[reportcard-img]: https://goreportcard.com/badge/neotoolkit/openapi\n[reportcard-url]: https://goreportcard.com/report/neotoolkit/openapi\n[coverage-img]: https://codecov.io/gh/neotoolkit/openapi/branch/main/graph/badge.svg\n[coverage-url]: https://codecov.io/gh/neotoolkit/openapi\n[version-img]: https://img.shields.io/github/v/release/neotoolkit/openapi\n[version-url]: https://github.com/neotoolkit/openapi/releases\n\n## Sponsors\n\u003cp\u003e\n  \u003ca href=\"https://evrone.com/?utm_source=github\u0026utm_campaign=dotenv-linter\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/neotoolkit/.github/main/assets/sponsored_by_evrone.svg\"\n      alt=\"Sponsored by Evrone\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":["杂项","Miscellaneous","Microsoft Office"],"sub_categories":["未分类的","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotoolkit%2Fopenapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneotoolkit%2Fopenapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneotoolkit%2Fopenapi/lists"}