Skip to content

DereferencedPathItem_Endpoint

mattpolzin edited this page Jun 11, 2021 · 3 revisions

DereferencedPathItem.Endpoint

An Endpoint is the combination of an HTTP method and an operation.

public struct Endpoint: Equatable 

Inheritance

Equatable

Properties

method

public let method: OpenAPI.HttpMethod

operation

public let operation: DereferencedOperation
Types
Protocols
Global Functions
Extensions
Clone this wiki locally