RestClient provides a generic REST client implementation for Vapor.
Warning: Package Archived
This package is archived and has a low chance of being updated.
Description
- Swift Tools 5.1.0
Description
{ "name": "rest-client", "path": "/usr/src/package", "targets": [ { "name": "RestClientTests", "path": "Tests/RestClientTests", "type": "test", "c99name": "RestClientTests", "sources": [ "RestClientTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "RestClient" ] }, { "name": "RestClient", "path": "Sources/RestClient", "type": "library", "c99name": "RestClient", "sources": [ "ClientRequestError.swift", "Middleware/Auth/AuthorizationCodeOAuthSession.swift", "Middleware/Auth/ClientAuthMiddleware.swift", "Middleware/Auth/ClientCredentialsOAuthSession.swift", "Middleware/Auth/JWTAuthMiddleware.swift", "Middleware/Auth/OAuthSession.swift", "Middleware/RequestLogger.swift", "Middleware/RequestScheduler.swift", "Middleware/StatusCodeToErrorTransformer.swift", "RestClient.swift", "RestClientMiddleware.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "RestClient" ], "product_dependencies": [ "Vapor" ] } ], "products": [ { "name": "RestClient", "type": { "library": [ "automatic" ] }, "targets": [ "RestClient" ] } ], "platforms": [ { "name": "macos", "version": "10.14" } ], "dependencies": [ { "url": "https://github.com/vapor/vapor.git", "type": "sourceControl", "identity": "vapor", "requirement": { "range": [ { "lower_bound": "4.0.0-beta", "upper_bound": "5.0.0" } ] } } ], "tools_version": "5.1", "manifest_display_name": "rest-client" }
Package Dump
{ "name": "rest-client", "targets": [ { "name": "RestClient", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Vapor", null ] } ], "packageAccess": false }, { "name": "RestClientTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "RestClient", null ] } ], "packageAccess": false } ], "products": [ { "name": "RestClient", "type": { "library": [ "automatic" ] }, "targets": [ "RestClient" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.14", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "vapor", "location": { "remote": [ { "urlString": "https://github.com/vapor/vapor.git" } ] }, "requirement": { "range": [ { "lowerBound": "4.0.0-beta", "upperBound": "5.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.1.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- vapor4.0.0-beta.3.1
Dependencies
{ "url": "/usr/src/package", "name": "rest-client", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/vapor/vapor.git", "name": "vapor", "path": "/usr/src/package/.build/checkouts/vapor", "version": "4.0.0-beta.3.1", "identity": "vapor", "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.0.1", "identity": "async-http-client", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "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.5.0", "identity": "swift-nio-ssl", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "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.3.2", "identity": "swift-nio-extras", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/async-kit.git", "name": "async-kit", "path": "/usr/src/package/.build/checkouts/async-kit", "version": "1.0.0-beta.2", "identity": "async-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.2.0", "identity": "swift-log", "dependencies": [] } ] }, { "url": "https://github.com/vapor/console-kit.git", "name": "console-kit", "path": "/usr/src/package/.build/checkouts/console-kit", "version": "4.0.0-beta.2", "identity": "console-kit", "dependencies": [ { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.2.0", "identity": "swift-log", "dependencies": [] } ] }, { "url": "https://github.com/vapor/multipart-kit.git", "name": "multipart-kit", "path": "/usr/src/package/.build/checkouts/multipart-kit", "version": "4.0.0-beta.2", "identity": "multipart-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] } ] }, { "url": "https://github.com/vapor/open-crypto.git", "name": "open-crypto", "path": "/usr/src/package/.build/checkouts/open-crypto", "version": "4.0.0-beta.2", "identity": "open-crypto", "dependencies": [] }, { "url": "https://github.com/vapor/routing-kit.git", "name": "routing-kit", "path": "/usr/src/package/.build/checkouts/routing-kit", "version": "4.0.0-beta.3", "identity": "routing-kit", "dependencies": [] }, { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "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.5.0", "identity": "swift-nio-ssl", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-http2.git", "name": "swift-nio-http2", "path": "/usr/src/package/.build/checkouts/swift-nio-http2", "version": "1.9.0", "identity": "swift-nio-http2", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "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.3.2", "identity": "swift-nio-extras", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-log.git", "name": "swift-log", "path": "/usr/src/package/.build/checkouts/swift-log", "version": "1.2.0", "identity": "swift-log", "dependencies": [] }, { "url": "https://github.com/apple/swift-metrics.git", "name": "swift-metrics", "path": "/usr/src/package/.build/checkouts/swift-metrics", "version": "1.2.0", "identity": "swift-metrics", "dependencies": [] }, { "url": "https://github.com/vapor/websocket-kit.git", "name": "websocket-kit", "path": "/usr/src/package/.build/checkouts/websocket-kit", "version": "2.0.0-beta.2.1", "identity": "websocket-kit", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "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.5.0", "identity": "swift-nio-ssl", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.12.0", "identity": "swift-nio", "dependencies": [] } ] } ] } ] } ] }