brightdigit/MistKit

View on GitHub
Sources/MistKit/Protocols/MKRequest.swift

Summary

Maintainability
A
0 mins
Test Coverage

public declarations should be documented.
Open

public extension MKRequest {

public declarations should be documented.
Open

public protocol MKRequest {

public declarations should be documented.
Open

  associatedtype Response: MKDecodable

public declarations should be documented.
Open

  var subpath: [String] { get }

public declarations should be documented.
Open

  var relativePath: [String] {

public declarations should be documented.
Open

  var database: MKDatabaseType { get }

public declarations should be documented.
Open

  associatedtype Data: MKEncodable

public declarations should be documented.
Open

  var data: Data { get }

There are no issues that match your filters.

Category
Status