Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waldekmastykarz/graph-connector-node-md

Sample Microsoft Graph connector that ingests content from Markdown files
https://github.com/waldekmastykarz/graph-connector-node-md

microsoft-graph microsoft-graph-connectors

Last synced: 28 days ago
JSON representation

Sample Microsoft Graph connector that ingests content from Markdown files

Awesome Lists containing this project

README

        

# Sample connector

```sh
# restore dependencies
npm i
# create AAD app reg
./setup.sh
# create Microsoft Graph connector and register schema
npm run createConnector
# load content
npm run loadContent
```

## Notes

`NODE_TLS_REJECT_UNAUTHORIZED=0` is required to skip certificate validation errors when using the Microsoft 365 Developer Proxy.

`NODE_NO_WARNINGS=1` suppresses Node.js warnings about skipping certificate validation.