Skip to content

ServiceNow.Core

SNow.Core.API.API

API.GetAsync(string) Method

csharp
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(string endpoint);

Parameters

endpoint System.String

Returns

System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>

Implements GetAsync(string)

Released under the MIT License.