Skip to content

Bow OpenAPI 0.1.0

Compare
Choose a tag to compare
@miguelangel-dev miguelangel-dev released this 02 Feb 22:22
· 13 commits to master since this release

Bow OpenAPI is a command-line tool that will generate a network client from an OpenAPI or Swagger specification file. Each operation in the specification matches a pure function in Swift that uses Bow Effects to suspend side-effects and helps compose them.

The output of the tool is a Swift Package that can be used with Swift Package manager