FeathersSwiftRest 4.0.0

FeathersSwiftRest 4.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2018
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Brendan Conron.



  • By
  • startupthekid

What is FeathersSwiftRest?

FeathersSwiftRest is a promise-based REST HTTP provider for FeathersSwift.

Usage

To use FeathersSwiftRest, create an instance of RestProvider and initialize your FeathersSwift application:

let feathersRestApp = Feathers(provider: RestProvider(baseURL: URL(string: "https://myawesomefeathersapi.com")!)

That's it! Your feathers application will now support a REST API.