Table of Contents

Class EndpointDefinition

Lightweight representation of an endpoint defined in endpoints.json

public class EndpointDefinition
Inheritance
EndpointDefinition
Inherited Members

Fields

Body

public JObject Body

Field Value

JObject

Key

public string Key

Field Value

string

Method

public string Method

Field Value

string

Path

public string Path

Field Value

string

Query

public JObject Query

Field Value

JObject

Response

public JObject Response

Field Value

JObject

Stream

public bool Stream

Field Value

bool