Skip to content

ServiceNow.Core

SNow.Core.API

API<T> Class

csharp
public class API<T> : SNow.Core.API.APIBase,
SNow.Core.API.IAPI<T>
    where T : SNow.Core.Models.ServiceNowBaseModel

Type parameters

T

Inheritance System.Object 🡒 APIBase 🡒 API<T>

Implements SNow.Core.API.IAPI<T>

Constructors
API(IServiceNow, string, ILogger)
Methods
DeleteAsync(string, Guid)
GetAsync(string, bool)
GetAsync(string)
PostAsync(string, object)
PutAsync(string, Guid, object)

Released under the MIT License.