Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/mattpolzin/OpenAPIKit", exact: "5.0.0-rc.2"),
.package(url: "https://github.com/jpsim/Yams", from: "6.2.0"),
// [docc-plugin-placeholder]
],
targets: [
.target(
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

The FeatherOpenAPI library makes it easy to define OpenAPI specifications using Swift in a type-safe way.

![Release: 1.0.0-beta.1](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E1-F05138)
[
![Release: 1.0.0-beta.1](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E1-F05138)
](
https://github.com/feather-framework/feather-openapi/releases/tag/1.0.0-beta.1
)

## Features

Expand Down Expand Up @@ -42,7 +46,11 @@ Then add `FeatherOpenAPI` to your target dependencies:

## Usage

![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)
[
![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)
] (
https://feather-framework.github.io/feather-openapi/documentation/featheropenapi/
)

API documentation is available at the following link.

Expand Down