ExecuteCommandRequest
public struct ExecuteCommandRequest<T> : HTTPRequest where T : Decodable
Execute an effect command.
Use this request to:
- Add and update animations.
- Fetch an effect.
- Fetch all effects.
- Delete an effect.
- Display a preview of an effect.
- Rename an effect.
- Temporarily display an effect.
- Fetch plugins.
-
Declaration
Swift
public typealias ResponseObject = T
-
Declaration
Swift
public typealias ErrorObject = APIError
-
Declaration
Swift
public let baseURL: URL
-
Declaration
Swift
public var method: HTTPMethod { get }
-
Declaration
Swift
public var path: String { get }
-
Declaration
Swift
public var isAuthenticated: Bool { get }
-
Declaration
Swift
public var body: Data?