Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/networknt/model-config
A repository contains all model definition and light-codegen config for different frameworks
https://github.com/networknt/model-config
graphql-idl light-java-graphql light-java-hybrid light-java-rest openapi swagger swagger-specification
Last synced: about 2 months ago
JSON representation
A repository contains all model definition and light-codegen config for different frameworks
- Host: GitHub
- URL: https://github.com/networknt/model-config
- Owner: networknt
- Created: 2016-10-09T03:09:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T16:36:04.000Z (5 months ago)
- Last Synced: 2024-10-01T00:05:04.392Z (3 months ago)
- Topics: graphql-idl, light-java-graphql, light-java-hybrid, light-java-rest, openapi, swagger, swagger-specification
- Language: Shell
- Homepage:
- Size: 607 KB
- Stars: 11
- Watchers: 21
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A repository contains all model definitions and light-codegen configuration files for all frameworks.
[Stack Overflow](https://stackoverflow.com/questions/tagged/light-4j) |
[Google Group](https://groups.google.com/forum/#!forum/light-4j) |
[Gitter Chat](https://gitter.im/networknt/light-4j) |
[Subreddit](https://www.reddit.com/r/lightapi/) |
[Youtube Channel](https://www.youtube.com/channel/UCHCRMWJVXw8iB7zKxF55Byw) |
[Documentation](https://doc.networknt.com) |
[Contribution Guide](https://doc.networknt.com/contribute/) |Usage:
```
generate.sh [framework] [input-dir] [output-dir]where framework:
- light-rest-4j
- light-hybrid-4j-server
- light-hybrid-4j-service
- light-graphql-4jex.:
./generate.sh light-rest-4j ~/networknt/model-config/rest/petstore /tmp/petstore
```Note: This repo used to called swagger which is only for light-rest-4j. Now, it contains
model and config for all frameworks:
- light-rest-4j
- light-hybrid-4j-server
- light-hybrid-4j-service
- light-graphql-4j