TypeAPI
Home
Specification
Generator
TypeAPI
/ Generator
Generator
This generator gives you access to our reference code generator implementation, you can enter a TypeAPI specification and select a target output format to generate a fitting client.
Format
client-go
client-java
client-php
client-typescript
markup-client
markup-html
markup-markdown
spec-typeapi
spec-openapi
Schema
{ "operations": { "com.acme.api.hello.getMessage": { "description": "Returns a hello world message", "method": "GET", "path": "/hello/world", "return": { "schema": { "$ref": "Hello_World" } } } }, "definitions": { "Hello_World": { "type": "object", "properties": { "message": { "type": "string" } } } } }
Edit this page