Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/conekta/openapi
- Owner: conekta
- License: mit
- Created: 2023-01-25T15:07:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:22:18.000Z (3 months ago)
- Last Synced: 2024-10-01T00:05:18.964Z (3 months ago)
- Topics: conekta, conekta-api, openapi-specification, openapi-standard, swagger-specification
- Language: Dockerfile
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
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"
```