Appearance
ServiceNow.Core 
SNow.Core.API 
IAPI<T> Interface 
Handle ServiceNow API
csharp
public interface IAPI<T>
    where T : SNow.Core.Models.ServiceNowBaseModelType parameters 
Derived
 ↳ API<T>
| Methods | |
|---|---|
| DeleteAsync(string, Guid) | Must have and attribute id in the path. | 
| GetAsync(string, bool) | |
| GetAsync(string) | |
| PostAsync(string, object) | |
| PutAsync(string, Guid, object) |