API
struct API
API hub events
-
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let mutate: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let query: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let subscribe: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let delete: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let get: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let patch: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let post: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let put: String -
eventName for HubPayloads emitted by this operation
Declaration
Swift
static let head: String
View on GitHub