Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waldekmastykarz/graph-connector-node-md
- Owner: waldekmastykarz
- License: mit
- Created: 2023-08-28T15:24:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T08:31:27.000Z (about 1 year ago)
- Last Synced: 2024-04-23T14:10:27.335Z (7 months ago)
- Topics: microsoft-graph, microsoft-graph-connectors
- Language: JavaScript
- Homepage: https://developer.microsoft.com/graph/connectors
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.