NowAPIEndpoint protocol- iOS
The NowAPIEndpoint protocol provides an interface for accessing any publicly exposed ServiceNow REST APIs.
| Name | Type | Description |
|---|---|---|
| httpMethod | String | HTTP method that the associate endpoint implements, such as get, delete, post, put, and patch. |
| relativePath | String | Path of the associated endpoint relative to the `/api` path. For example: `/api/now/account` |
| requiresAuthentication | Boolean | Flag that indicates whether the endpoint requires authentication.Default: true |
Parent Topic:Mobile SDK - iOS