adavidoaiei / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Project Info

Github top language Github stars Github forks Github size Issues Open

Packages

Github Version NuGet Version

Build Status

Pre-Integration Post-Integration Release

Code Quality

Maintainability Rating Reliability Rating Security Rating Bugs Vulnerabilities

ATC.Net

Projects in the repository

Project Target Framework Description Docs Nuget Download Link
Atc.Rest.ApiGenerator netstandard2.1 Atc.Rest.ApiGenerator is a WebApi C# code generator using a OpenApi 3.0.x specification YAML file. References
References extended
Nuget
Atc.Rest.ApiGenerator.CLI netcoreapp3.1 A CLI tool that use Atc.Rest.ApiGenerator to create/update a project specified by a OpenApi 3.0.x specification YAML file. Nuget

CLI Tools

REST API generator, please go to Atc.Rest.ApiGenerator.CLI

The workflow setup for this repository

Read more on Git-Flow

Contributing

Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. Read more here.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Coding Guidelines

This repository is adapting the ATC-Coding-Rules which is defined and based on .editorconfig's and a range of Roslyn Analyzers.

About

A REST API code generator from OpenAPI Specification in YAML or Json file format

License:MIT License


Languages

Language:C# 99.9%Language:Shell 0.1%Language:PowerShell 0.0%