You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ API for managing access control permissions for Digital Publishing API resources
4
4
5
5
### Getting started
6
6
7
-
* Load inital roles into your local mongodb using the `import-script` utility in the import-script folder. Follow the steps in the [README](./import-script/README.md).
7
+
* Load inital roles into your local mongodb using the `import-script` utility in the import-script folder. Follow the
8
+
steps in the [README](./import-script/README.md).
8
9
* Run `make debug`
9
10
10
11
### Dependencies
@@ -34,6 +35,10 @@ API for managing access control permissions for Digital Publishing API resources
34
35
| DEFAULT_OFFSET | 0 | Default offset for pagination |
35
36
| DEFAULT_MAXIMUM_LIMIT | 1000 | Default maximum limit for pagination |
36
37
38
+
### SDK Package
39
+
40
+
[An SDK for the API is available as a subpackage in `/sdk`](sdk/README.md)
0 commit comments