package
1.4.0-rc.2
Repository: https://github.com/iotaledger/wasp.git
Documentation: pkg.go.dev

# README

API Gen

Prints a Swagger schema without the requirement of running a configured node or http server.

Usage

go run main.go > schema.json

This can be used to generate clients afterwords:

openapi-generator generate -i schema.json -g go -o testclient

# Structs

No description provided by the author