mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
commit pre-purge
This commit is contained in:
7
Management/Services/IWebRequestor.cs
Normal file
7
Management/Services/IWebRequestor.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using RestSharp;
|
||||
|
||||
public interface IWebRequestor
|
||||
{
|
||||
Task<RestResponse<T[]>> GetManyAsync<T>(RestRequest request);
|
||||
Task<RestResponse<T>> GetAsync<T>(RestRequest request);
|
||||
}
|
||||
Reference in New Issue
Block a user