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
{{ message }}
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+70-13
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ It takes a list of urls and associated archiving information, and turns that int
33
33
The output is cached in [`cache.json`](cache.json). Because this is a large file, we provide incremental pieces of the cached tree as a web server. To dynamically calculate coverage completion to can work with the `cache.json` file.
34
34
35
35
36
-
## License & Copyright
37
-
38
-
Copyright (C) 2017 Data Together
39
-
This program is free software: you can redistribute it and/or modify it under
40
-
the terms of the GNU Affero General Public License as published by the Free Software
41
-
Foundation, version 3.0.
36
+
## Routes
42
37
43
-
This program is distributed in the hope that it will be useful, but WITHOUT ANY
44
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
45
-
PARTICULAR PURPOSE.
38
+
*`/healthcheck` - server status
39
+
*`/repositories` - list all data repositories [:question:][route-repos]
40
+
*`/repositories/:repository_uuid` - get details for a single data repository [:question:][route-repo]
41
+
*`/fulltree` - get full coverage tree of url-based resources
42
+
*`/tree` - get scope-able coverage tree [:question:][route-coverage]
43
+
*`/coverage` - get coverage summary (not currently used)
0 commit comments