Skip to content

chinguyen1/isg_node_sample_refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node QuickStart Sample

Description

This repository contains a very simple Node application that implements the Microsoft Graph Security API.

Examples Provided

  • GET all alerts
  • GET one alert
  • PATCH one alert

Notes:

  • The "etc" folder has non-essential code for the sample
  • The "run" function in app.js is the entry point for the application
  • All code that interacts with the API is contained inside GraphController.js

Instructions

  1. Clone this repository
  2. Register an app using the instructions provided here
  3. Execute "npm i" to install "request" and "request-promise"
  4. Provide you application details in the config.js file
  5. Execute "node app.js" to start the server

Additional Resources

For additional informaiton on using Microsoft Graph or the Microsoft Graph Security API, please visit https://docs.microsoft.com/graph/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published