Merge pull request #5167 from owncloud/graph-readme

add a README to the graph package
This commit is contained in:
Martin
2022-12-05 11:44:58 +01:00
committed by GitHub

3
services/graph/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Graph service
The graph service provides the Graph API which is a RESTful web API used to access Infinite Scale resources. It is inspired by the [Microsoft Graph API](https://learn.microsoft.com/en-us/graph/use-the-api) and can be used by clients or other services or extensions.