⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

OpenAPI_PathItem_Endpoint

mattpolzin edited this page Jun 11, 2021 · 3 revisions

OpenAPI.PathItem.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: OpenAPI.Operation
Types
Protocols
Global Functions
Extensions

Clone this wiki locally