Method | Description | |
---|---|---|
AddEndpoint ( string identifier, string endpoint ) : void |
Allows for the addition of a undocumented/custom endpoint.
|
public static AddEndpoint ( string identifier, string endpoint ) : void | ||
identifier | string | A short name of the endpoint. Must be uppercase. Eg. 'DASHBOARD'. |
endpoint | string | The endpoint (not including the base hostname). Eg. '/dashboard'. |
return | void |