mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Merge pull request #5718 from owncloud/fix_graph_readme
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
# 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.
|
||||
|
||||
## Manual Filters
|
||||
|
||||
Using the API, you can manually filter like for users. See the [Libre Graph API](https://owncloud.dev/libre-graph-api/#/users/ListUsers) for examples in the [developer documentation](https://owncloud.dev). Note that you can use `and` to refine results.
|
||||
|
||||
## Sequence Diagram
|
||||
|
||||
The following image gives an overview of the scenario when a client requests to list available spaces the user has access to. To do so, the client is directed with his request automatically via the proxy service to the graph service.
|
||||
|
||||
<!-- referencing: https://github.com/owncloud/ocis/pull/3816 ([docs-only] add client protocol overview) -->
|
||||
|
||||
<img src="./images/mermaid-graph.svg" width="500" />
|
||||
|
||||
1
services/graph/images/mermaid-graph.svg
Normal file
1
services/graph/images/mermaid-graph.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user