@ts-kizuna/swift
v1.57.1
Published
Swift client generation for ts-kizuna contracts
Downloads
2,319
Readme
@ts-kizuna/swift
@ts-kizuna/swift generates a native Swift client from your ts-kizuna routes. The generated client uses URLSession and Codable, with no third-party Swift dependencies.
Installation
pnpm add -D @ts-kizuna/swiftUsage
ts-kizuna-swift generate --contract src/contract/index.ts --output ios/MyApp/Generated/APIClient.swift --namespace-name API