recreate legacy project for testing

This commit is contained in:
Joe Mattiello
2023-03-01 08:04:31 -05:00
parent 493b3783f0
commit f3a70e1e47
31 changed files with 3911 additions and 28 deletions

View File

@@ -8,11 +8,6 @@
import Foundation
public enum ALTPatreonBenefitType: String, Codable, Equatable, CaseIterable, Hashable {
case betaAccess = "7585304"
case credits = "8490206"
}
extension PatreonAPI {
struct BenefitResponse: Decodable {
var id: String