Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RestRequest myRestClient.Request(resource: string, body: ( string | object | XmlNode Xml ))

Arguments

string resource

...

Resource part of URL.
( string | object | XmlNode Xml ) body
Request body.

Remarks

...

Xml type of body is automatically detected if specified as XmlNode Xml or string with starts with "<" and ends with ">" characters.

...