Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conekta/openapi

An OpenAPI specification for the Conekta API.
https://github.com/conekta/openapi

conekta conekta-api openapi-specification openapi-standard swagger-specification

Last synced: 2 months ago
JSON representation

An OpenAPI specification for the Conekta API.

Awesome Lists containing this project

README

        


install openapi generator

```node
npm install @openapitools/openapi-generator-cli -g
```


How to use


go generator proyect

```
make go
```


From many files to one

1. Run the command to merge all the files into one:
```node
make merge
```

![distribution](split.png?raw=true "distribution")

## dotnet target framwework
```xml
"targetFramework" : "netstandard2.0;net6.0"
```