Releases: bow-swift/bow-openapi
Releases · bow-swift/bow-openapi
Bow OpenAPI 0.2.0
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
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