Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-msgraph-api
Microsoft Graph is a RESTful web API that enables you to access Microsoft cloud service resources such as Office 365, Azure AD, and more. It allows developers to access data and services across Microsoft 365, including SharePoint, OneDrive, Outlook, and more.
https://github.com/natthasath/demo-msgraph-api
docker-compose dockerfile fastapi msgraph poetry python
Last synced: about 2 months ago
JSON representation
Microsoft Graph is a RESTful web API that enables you to access Microsoft cloud service resources such as Office 365, Azure AD, and more. It allows developers to access data and services across Microsoft 365, including SharePoint, OneDrive, Outlook, and more.
- Host: GitHub
- URL: https://github.com/natthasath/demo-msgraph-api
- Owner: natthasath
- License: mit
- Created: 2023-01-23T03:13:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:57:44.000Z (7 months ago)
- Last Synced: 2024-06-13T10:00:46.803Z (7 months ago)
- Topics: docker-compose, dockerfile, fastapi, msgraph, poetry, python
- Language: YAML
- Homepage: https://learn.microsoft.com/en-us/graph/use-the-api
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO MSGraph API
Microsoft Graph is a RESTful web API that enables you to access Microsoft cloud service resources such as Office 365, Azure AD, and more. It allows developers to access data and services across Microsoft 365, including SharePoint, OneDrive, Outlook, and more.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### Permission Require
```
Directory.AccessAsUser.All
Directory.ReadWrite.All
```### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```