mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
smarter canvas updates, only update when a change is detected
This commit is contained in:
@@ -6,4 +6,6 @@ public interface IWebRequestor
|
||||
Task<(T?, RestResponse)> GetAsync<T>(RestRequest request);
|
||||
Task<RestResponse> PostAsync(RestRequest request);
|
||||
Task<(T?, RestResponse)> PostAsync<T>(RestRequest request);
|
||||
Task<RestResponse> PutAsync(RestRequest request);
|
||||
Task<(T?, RestResponse)> PutAsync<T>(RestRequest request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user