Adds HTTP method, headers, and a body string. Also use a common function to substitute params rather to allow for maintanence of a common dictionary. Signed-off-by: kingbri <bdashore3@proton.me>
13 lines
207 B
Swift
13 lines
207 B
Swift
//
|
|
// SourceRequest+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 6/10/24.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(SourceRequest)
|
|
public class SourceRequest: NSManagedObject {}
|