An open API service indexing awesome lists of open source software.

https://github.com/servicenow/sdk-examples

Examples of the ServiceNow SDK
https://github.com/servicenow/sdk-examples

Last synced: 5 months ago
JSON representation

Examples of the ServiceNow SDK

Awesome Lists containing this project

README

          


ServiceNow SDK Samples

This repository contains sample code illustrating the [ServiceNow SDK](https://docs.servicenow.com/csh?topicname=servicenow-sdk.html&version=latest) and Fluent language. You can read, play with or adapt from these samples to create your own application.

## Prerequisites

- [node](https://nodejs.org/en/) v20+

## Usage

- `git clone https://github.com/ServiceNow/sdk-examples`
- `npm run i` to install all dependencies on samples (optional can run individually)
- `code ` to open one of the sample projects, e.g. hello-world-sample
- `npm run build` to build any of the sample projects if desired

## Samples

| Sample Name | API & Contribution |
| ------------------------------------------------------------- | ------------------------------ |
| [ACL](acl-sample/README.md) | ACL example |
| [Application Menu](applicationmenu-sample/README.md) | Application Menu example |
| [Business Rule](businessrule-sample/README.md) | Business Rule example |
| [Client Script](clientscript-sample/README.md) | Client Script example |
| [Dependencies](dependencies-sample/README.md) | Use table dependencies example |
| [Hello World](hello-world-sample/README.md) | Basic sample application |
| [List](list-sample/README.md) | List example |
| [Scripted Rest API](restapi-sample/README.md) | RestApi simple example |
| [Cross-Scope Module](sys_module-sample/README.md) | How to call module cross-scope |
| [Record](record-sample/README.md) | Record example |
| [Tables](table-sample/README.md) | Tables API sample |
| [Automated Test Framework](test-atf-sample/README.md) | ATF test sample |
| [React UI Page Typescript](react-ui-page-ts-sample/README.md) | React Typescript sample |