/content-api

Generic, reusable, content focused API component for Vapor.

Primary LanguageSwiftOtherNOASSERTION

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.