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.
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
git clone https://github.com/ServiceNow/sdk-examples
pnpm install
code <sample directory>
to open one of the sample projectsnpm run build
to build any of the sample projects if desired
Sample Name | API & Contribution |
---|---|
Hello World | Basic sample application |
Tables | Tables API sample |
Scripted Rest API | RestApi simple example |