COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201230071907/https://github.com/topics/openapi-generator
Here are
97 public repositories
matching this topic...
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Updated
Dec 29, 2020
Java
Sane and flexible OpenAPI 3 schema generation for Django REST framework.
Updated
Dec 21, 2020
Python
Updated
Dec 30, 2020
TypeScript
API Generator - instantly generate REST and GraphQL APIs (openapi (OAS) 3.0.0)
Updated
Dec 11, 2020
JavaScript
Quenya is a framework to build high-quality REST API applications based on extended OpenAPI spec
Updated
Dec 17, 2020
Elixir
Ktor OpenAPI/Swagger 3 Generator
Updated
Nov 2, 2020
Kotlin
Intellij Plugin for openapi-generator
Updated
Jul 2, 2020
Kotlin
A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
Updated
Dec 10, 2020
TypeScript
Swagger OpenAPI 3.x generator
Updated
Dec 27, 2020
JavaScript
One SDK to rule them all, and in the codegen bind them
Updated
Dec 29, 2020
Kotlin
Creates (immutable) PHP model classes from JSON-Schema files
OpenAPI (Swagger 3.x) CLI Tool. Supports multiple file extensions. Can list up defined API paths and bundle multi-file into one.
Updated
Dec 13, 2019
Python
Minimal Web Starter Kit based on Nuxt as Frontend and Laravel as Backend API.
A unified framework for API code generators that work with OpenAPI, RAPID-ML and other description languages.
Updated
Oct 13, 2020
JavaScript
Openapi Generator for Dart/Flutter
Updated
Dec 28, 2020
Dart
Spring -> OpneAPI => Angular Starter
Updated
Sep 7, 2020
TypeScript
Java client for the Datadog API
Updated
Dec 29, 2020
Java
an OpenAPI interface & model java code generator for Spring Boot
Updated
Dec 29, 2020
Groovy
A utility that merges multiple OpenAPI specification files into a single file with all external references resolved to local reference.
NHL Stats API Client for Rust
Updated
Dec 8, 2020
Scala
A massively scalable CRUD application built using AWS (CloudFormation) & OpenAPI 3.0 that focuses on configuration over code.
Updated
Apr 3, 2020
Gherkin
This VSCode Extension allows to generate web app from documentation in your IDE. You can import APIs from a OpenAPI 3.0 file or define it by yourself.
Updated
Jul 18, 2020
TypeScript
SBT plugin for openapi-generator
Updated
Jun 29, 2020
Scala
OpenAPI 3.0. generator for Laravel 8
Generate Swagger/OpenAPI YAML from a MySQL database schema
A demo application which demonstrates OpenAPI generator in a Angular + Spring Boot application
Updated
Feb 23, 2020
Java
Project to use OpenAPI generators to build code from 5GC_API
Improve this page
Add a description, image, and links to the
openapi-generator
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
openapi-generator
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
While we have an example project in the repository, we don't yet build it using our generator. This means that we cannot yet test the generated code or even validate that it compiles. It would be nice to have that.
This requires configuring SBT to build and test example project and adding it to Github Actions to build and test it just as we test other code.