Skip to content

ServiceNow.Core

SNow.Core.IServiceNow

IServiceNow.UsingAPI<T>(string, ILogger) Method

csharp
SNow.Core.API.IAPI<T> UsingAPI<T>(string path, Microsoft.Extensions.Logging.ILogger logger=null)
    where T : SNow.Core.Models.ServiceNowBaseModel;

Type parameters

T

Parameters

path System.String

logger Microsoft.Extensions.Logging.ILogger

Returns

SNow.Core.API.IAPI<T>

Released under the MIT License.