networknt / light-rest-4j

A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A RESTful API or service framework built on top of light-4j

Stack Overflow | Google Group | Gitter Chat | Subreddit | Youtube Channel | Documentation | Contribution Guide |

Build Status codecov.io

This repository contains middleware handlers that work with either Swagger 2.0 or OpenAPI 3.0 specification. If you are starting a brand new project, it is highly recommended using the OpenAPI 3.0 specification for your design.

To get started your first project, please visit the getting started to walk through the process.

For documentation on the handlers, please visit the reference document.

There are also numeric tutorials to show users how to build Restful services.

About

A RESTful framework built on top of light-4j with both Swagger 2.0 and OpenAPI 3.0 supports

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Objective-J 0.1%