Message-ID: <310805752.15867.1614958515621.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15866_1416093756.1614958515620" ------=_Part_15866_1416093756.1614958515620 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Basics - including the wrapper library C#

Basics - including the wrapper library C#

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

you need a copy of the C# wrapper RestClient.cs or the DLL RestClient.dl= l, available from here
You should place the file in your class path or in the f= older where you are executing the code.
You must use the RestClient a= ssembly in your C# code:

=20
=20
=20
=20
=20
=20
Example
=20
using RestAPI;
=20
=20
=20
=20
=20
=20
=20
References needed by C# RestClient library:
=20
Microsoft.CSharp
System
System.Core
System.Data
System.Data.SetExtensions
System.Web
System.Xml
System.Xml.Linq
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15866_1416093756.1614958515620--