A Swift FileMaker Data API wrapper built on top of SwiftNIO and Async HTTP Client.
{ "name": "filemaker-nio", "path": "/usr/src/package", "targets": [ { "name": "FileMakerNIOTests", "path": "/usr/src/package/Tests/FileMakerNIOTests", "type": "test", "c99name": "FileMakerNIOTests", "sources": [ "FileMakerNIOTests.swift" ], "module_type": "SwiftTarget" }, { "name": "FileMakerNIO", "path": "/usr/src/package/Sources/FileMakerNIO", "type": "library", "c99name": "FileMakerNIO", "sources": [ "Client/Client.swift", "Client/HTTPClient+Requester.swift", "FileMakerConiguration.swift", "FileMakerNIO.swift", "Models/FileMakerError.swift", "Models/FileMakerNIOError.swift", "Models/Responses/CodableAction.swift", "Models/Responses/CreateRecordResponse.swift", "Models/Responses/DeleteRecordResponse.swift", "Models/Responses/DuplicateRecordResponse.swift", "Models/Responses/EditRecordResponse.swift", "Models/Responses/FileMakerResponse.swift", "Models/Responses/FindRecordsResponse.swift", "Models/Responses/GetRangeOfRecordsResponse.swift", "Models/Responses/GetRecordResponse.swift", "Models/Responses/LoginResponse.swift", "Operations/FileMakerAuthentication.swift", "Operations/Operations.swift", "Operations/RecordOperations.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "filemaker-nio", "targets": [ { "name": "FileMakerNIO", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "AsyncHTTPClient", "async-http-client" ] } ] }, { "name": "FileMakerNIOTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FileMakerNIO" ] } ] } ], "products": [ { "name": "FileMakerNIO", "type": { "library": [ "automatic" ] }, "targets": [ "FileMakerNIO" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "dependencies": [ { "url": "https://github.com/swift-server/async-http-client.git", "name": "async-http-client", "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] } } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "filemaker-nio", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/swift-server/async-http-client.git", "name": "async-http-client", "path": "/usr/src/package/.build/checkouts/async-http-client", "version": "1.1.1", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.16.0", "dependencies": [] }, { "url": "https://github.com/apple/swift-nio-ssl.git", "name": "swift-nio-ssl", "path": "/usr/src/package/.build/checkouts/swift-nio-ssl", "version": "2.7.1", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.16.0", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-extras.git", "name": "swift-nio-extras", "path": "/usr/src/package/.build/checkouts/swift-nio-extras", "version": "1.4.0", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.16.0", "dependencies": [] } ] } ] } ] }