Appearance
ServiceNow.Core
SNow.Core
IServiceNow Interface
csharp
public interface IServiceNow
Derived
↳ ServiceNow
Properties | |
---|---|
BaseAddress | |
BasicAuthParams | |
Token |
Methods | |
---|---|
AuthenticateAsync() | |
UsingAPI(string, ILogger) | |
UsingAPI<T>(string, ILogger) | |
UsingCatalog(Guid) | |
UsingCatalog<T>(Guid) | |
UsingImportSet(string) | |
UsingTable(string, ILogger) | Set the table to be used |
UsingTable<T>(ILogger) | |
UsingTable<T>(string, ILogger) | Set the table to be used |