{"id":15062276,"url":"https://github.com/encima/openape","last_synced_at":"2026-01-02T06:49:04.740Z","repository":{"id":140157562,"uuid":"140843698","full_name":"encima/openape","owner":"encima","description":"Go get rid of your code monkey duties. Generate servers using only an OpenAPI spec","archived":false,"fork":false,"pushed_at":"2019-06-12T08:21:31.000Z","size":67,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T21:43:36.408Z","etag":null,"topics":["go","golang","openapi-spec","openapi3","server"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/encima/openape","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encima.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}},"created_at":"2018-07-13T12:20:39.000Z","updated_at":"2023-07-25T14:18:31.000Z","dependencies_parsed_at":"2023-04-07T13:04:46.160Z","dependency_job_id":null,"html_url":"https://github.com/encima/openape","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1428571428571429,"last_synced_commit":"990120dfac38c407c001918f24691141fb2cde8a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encima%2Fopenape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encima%2Fopenape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encima%2Fopenape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encima%2Fopenape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encima","download_url":"https://codeload.github.com/encima/openape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725635,"owners_count":20337670,"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":["go","golang","openapi-spec","openapi3","server"],"created_at":"2024-09-24T23:33:34.321Z","updated_at":"2026-01-02T06:49:04.712Z","avatar_url":"https://github.com/encima.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAPE\n[![Build Status](https://travis-ci.com/encima/openape.svg?branch=master)](https://travis-ci.com/encima/openape)\n[![Go Report Card](https://goreportcard.com/badge/github.com/encima/openape)](https://goreportcard.com/report/github.com/encima/openape)\n[![GoDoc](https://godoc.org/github.com/encima/openape?status.svg)](https://godoc.org/github.com/encima/openape)\n\nOpenAPE is designed to be a server extension of the `OpenAPI` specification, reading in a `Swagger` file and a config and OpenAPE will do all the `code monkey` stuff for you: building the routes, adding the models to a database, validation etc.\n\nMuch of web development consists of creating and maintaining an API that is marginally different from the last one? `Swagger` and `OpenAPI` has made this much easier with code generation tools and frameworks such as `Loopback`. Almost all models created require the basic HTTP verbs and supported actions (`PUT`, `DELETE` etc) but most existing tools only generate method stubs still requiring addition code from developers this aims to solve that.\n\n---\n\n## Contributing\n\nPRs are welcome, this is a super early version and is far from perfect.\n\nIf you are a beginner, check out the [labelled open issues](https://github.com/encima/openape/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).\n\n---\n\n## Requirements\n\n* Postgres (remote or local)\n* Go\n* A config file (example can be found in the `config` folder\n\n## GET STARTED\n\n1. `go get github.com/encima/openape`\n2. ```\n    package main\n\n    import (\n        \"github.com/encima/openape\"\n    )\n\n    func main() {\n        openape.NewServer(\"PATH/TO/CONFIG\")\n    }\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencima%2Fopenape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencima%2Fopenape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencima%2Fopenape/lists"}