started adding rest api commands
parent
18c4efdcd2
commit
6d99b7ba3e
@ -0,0 +1,12 @@
|
||||
using RestSharp;
|
||||
|
||||
namespace Common.Library.RestAPI
|
||||
{
|
||||
public class RestAPI
|
||||
{
|
||||
public RestAPI()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue