handya / Vaporvisor

A Vapor 3 API info Supervisor. This is usefull if you are using supervisor and Vapor together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaporvisor

test SwiftLint

A Vapor API for getting All Process Info from Supervisor. This is usefull if you are using supervisor and Vapor together.

Example

func getProcessInfo(_ req: Request) throws -> Future<[ProcessInfo]> {
    return try Vaporvisor.getProcessInfo(req)
}

Dependencies

XMLCoder - Encoder & Decoder for XML using Swift's Codable protocols.

Vapor - This version currently only supports Vapor 3

About

A Vapor 3 API info Supervisor. This is usefull if you are using supervisor and Vapor together.


Languages

Language:Swift 100.0%