Skip to content

Releases: bow-swift/bow-openapi

Bow OpenAPI 0.2.0

11 May 08:16
9ab4f59
Compare
Choose a tag to compare

What's new

This version includes:

  • New argument parsing using Swift Argument Parser library.
  • Compatibility with Bow 0.8.0
  • Compatibility with Linux: the tool can be installed and used in Linux, and the generated code also works on Linux.
  • Bug fixes and stability improvements.

Bow OpenAPI 0.1.0

02 Feb 22:22
Compare
Choose a tag to compare

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