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-php
client-typescript
markup-client
markup-html
markup-markdown
spec-typeapi
spec-openapi
model-csharp
model-go
model-graphql
model-html
model-java
model-jsonschema
model-kotlin
model-markdown
model-php
model-protobuf
model-python
model-ruby
model-rust
model-swift
model-typescript
model-typeschema
model-visualbasic
Schema
{ "operations": { "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