Skip to content

Commit

Permalink
Return $metadata resource as odata + openapi spec
Browse files Browse the repository at this point in the history
Returning odata and openapi specs in json format.
Specs are scoped to the request permissions.
Different users (roles) will receive different metadata endpoints
and resources.

Change-type: minor
Signed-off-by: Harald Fischer <[email protected]>
Signed-off-by: fisehara <[email protected]>
  • Loading branch information
fisehara committed Aug 10, 2022
1 parent 28840cb commit ffadb18
Show file tree
Hide file tree
Showing 10 changed files with 1,404 additions and 134 deletions.
921 changes: 921 additions & 0 deletions example-openapi.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"odata-openapi": "^0.18.1",
"pinejs-client-core": "^6.10.2",
"randomstring": "^1.2.2",
"typed-error": "^3.2.1"
Expand Down
Loading

0 comments on commit ffadb18

Please sign in to comment.