TypeAPI
Specification
Ecosystem
Integration
Generator
TypeAPI
An OpenAPI alternative to describe REST APIs for type-safe code generation.
Specification
Editor
Generator
Java Server Generator
{ "operations": { "getMessage": { "description": "Returns a hello world message", "method": "GET", "path": "/hello/world", "return": { "schema": { "type": "reference", "target": "Hello_World" } } } }, "definitions": { "Hello_World": { "type": "object", "properties": { "message": { "type": "string" } } } } }
Generate
part of the
Apioo-Project