Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

ServiceNow SDK Samples

This repository contains sample code illustrating the ServiceNow SDK and Fluent language. You can read, play with or adapt from these samples to create your own application.

Prerequisites

You need to have node v20+ and pnpm installed on your system to run the examples. It is recommended to use the node version 20 or higher currently

Usage

  • git clone https://github.com/ServiceNow/sdk-examples
  • pnpm install
  • code <sample directory> to open one of the sample projects
  • npm run build to build any of the sample projects if desired

Samples

Sample Name API & Contribution
Hello World Basic sample application
Tables Tables API sample
Scripted Rest API RestApi simple example