Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
/ content-api Public archive

Generic, reusable, content focused API component for Vapor.

License

Notifications You must be signed in to change notification settings

BinaryBirds/content-api

Repository files navigation

ContentApi

Generic, reusable, content focused REST service endpoints.

Install

Add the repository as a dependency:

.package(url: "https://github.com/binarybirds/content-api.git", from: "1.1.0-rc"),

Add ContentApi to the target dependencies:

.product(name: "ContentApi", package: "content-api"),

Update the packages and you are ready to use ContentApi.