{"id":37018877,"url":"https://github.com/gecsea/gecsevar-openapi","last_synced_at":"2026-01-14T02:01:07.144Z","repository":{"id":153352541,"uuid":"628729386","full_name":"GecseA/gecsevar-openapi","owner":"GecseA","description":"Open-API code generator for kotlin projects","archived":false,"fork":false,"pushed_at":"2025-12-25T21:24:45.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T08:01:05.237Z","etag":null,"topics":["codegenerator","kotlin","openapi","plugin"],"latest_commit_sha":null,"homepage":"https://gecsevar.hu","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GecseA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-16T20:45:16.000Z","updated_at":"2025-12-25T21:21:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9a7732f-9c04-4166-962f-bac62c7ab6a8","html_url":"https://github.com/GecseA/gecsevar-openapi","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/GecseA/gecsevar-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GecseA%2Fgecsevar-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GecseA%2Fgecsevar-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GecseA%2Fgecsevar-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GecseA%2Fgecsevar-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GecseA","download_url":"https://codeload.github.com/GecseA/gecsevar-openapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GecseA%2Fgecsevar-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["codegenerator","kotlin","openapi","plugin"],"created_at":"2026-01-14T02:00:51.148Z","updated_at":"2026-01-14T02:01:07.063Z","avatar_url":"https://github.com/GecseA.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://github.com/GecseA/gecsevar-openapi/actions/workflows/master.yml/badge.svg)](https://github.com/GecseA/gecsevar-openapi/actions)\n[![Maven Central](https://img.shields.io/maven-metadata/v.svg?label=maven-central\u0026metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fhu%2Fgecsevar%2Fgv-openapi%2Fmaven-metadata.xml)](https://mvnrepository.com/artifact/hu.gecsevar/gv-openapi)\n\n# gecsevar-openapi\n\nYet Another Custom Open API generator (probably ;)\n\n# Features:\n\nkotlin-ktor-server\n  - model\n  - api (Route.XXX and interface)\n\nkotlin-multiplatform-client (mobile Android \u0026 iOS related)\n  - model\n  - api (client Http calls)\n  \n# How to use\n\nSimply add a task to your gradle build config like:\n(builds are in the central repo)\n\n```\nkotlin {\n    jvmToolchain(21)\n\n    sourceSets {\n        getByName(\"main\").kotlin.srcDirs(\"${layout.buildDirectory.get()}/generated/my\")\n    }\n}\n\nbuildscript {\n    dependencies {\n        classpath(\"hu.gecsevar:gv-openapi\")\n    }\n}\n\ntasks.create(\"openApiGenerate\" + \"MyApi\", GenerateTask::class.java) {\n    generatorName.set(\"gv-ktor-server\")\n    inputSpec.set(\"$rootDir/src/main/resources/my-awesome.yaml\")\n    outputDir.set(\"${layout.buildDirectory.get()}/generated/\")\n    apiPackage.set(\"my.domain.api\")\n    modelPackage.set(\"my.domain.schemas\")\n    //optional nameMappings.set(mutableMapOf(\"challenge_ts\" to \"challenge_ts\"))    // _ REPLACED TO underscore IF NOT MAPPED\n}\n\ntasks.compileKotlin {\n    dependsOn(\"openApiGenerateMyApi\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgecsea%2Fgecsevar-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgecsea%2Fgecsevar-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgecsea%2Fgecsevar-openapi/lists"}